Mikko Keränen
Mikko Keränen
> @takanakahiko Thank you for the proposal! > > Adding workspace and variable file support is ok because they are common use-case for Terraform, but, I don't use them in...
I'm totally new to Go but I investigated this a bit. One way to solve workspace problem is to use `-migrate-state` flag in init commands. It should migrate selected workspace...
> @kertzi Thank you for sharing your use-case! > > I think it's better to add a new attribute in a migration file rather than tfmigrate's configuration file because a...
I implement @krichey15 solution and it works really well. Have anyone implemented some kind of polling or other type of checking on original cart page for checkout complete? So when...
This hotfix also breaks things when you DONT use OpenJDK from repo but install it manually from tarballs. This is really something which AWS should not to do. We do:...
I hit this issue too, so I wonder what is correct way to update existing configuration? In my case for example ec2 instance type from t3.micro to t3.small. I have...
Also find out that when changing some of forProvider parameter in composition it doesn't get updated to managed resource. For example changing ec2 instance type in composition it will not...
Hello, I think I have related case so commenting this issue. My case is that I'm migrating from old 1.8.16 to 2.12.3 and in our old code we skipped hostname...
> ```java > /** > * Skip {@link javax.net.ssl.HostnameVerifier}. > * > * @see newHandler > * @see How to disable hostname verification in AsyncHttpClient > */ > private static...