Szymon Szypulski
Szymon Szypulski
It is not isolated to the Windows, I had to restart my Sublime after the upgrade on Linux as well.
``` $ terraform --version Terraform v1.0.10 on linux_amd64 + provider registry.terraform.io/gitlabhq/gitlab v3.12.0 + provider registry.terraform.io/hashicorp/aws v4.16.0 ``` I will double check the plan.
@timofurrer I think I have found where the issue is. I am trying to mirror to AWS CodeCommit and I am getting randomly generated password for the user from AWS....
Ok, next follow-up. [This SO post](https://stackoverflow.com/a/48705145/4894399) suggests using proper encoding for the password. I have tried using [urlencode](https://www.terraform.io/language/functions/urlencode) on the password, but it causes authentication errors when mirroring.
@timofurrer shouldn't I create an issue for go-gitlab instead? I mean for supporting url-encoded parameters.
Sorry to bug you about this. Are there any plans to move forward with this?
Thanks, much appreciated.
There is no CHANGELOG.md for this chart, so nothing to change/update.
> ... > > Yes, as it assumes that values can only be strong, bool, or int. There’s no clause for arrays or floats. > > TOML wrangling is a...
@rawkode @naseemkullah I have dropped 'int64' shenanigans, but left the helper, I can drop it too if you want. I have also rebased the code with master.