Masayuki Morita
Masayuki Morita
### Version of AWS SDK for Go? v1.17.6 ### Version of Go (`go version`)? go version go1.11.2 darwin/amd64 ### What issue did you see? I'm writing a custom `WaitUntilXXX` function...
The Terraform v0.15.4 moved all Go packages to internal. https://github.com/hashicorp/terraform/pull/28723 This means that we can no longer directly import hashicorp/terraform as a Go library. As a result, it will be...
This is an attempt to partially support for #932. If an author of the pull request has a confidence of "no changes for real resources", it would be great if...
Hi there, As already described in the documentation, protecting terraform apply from malicious code is not enough. It's possible to inject arbitrary code at plan phase using the external data...
Derived by #30. The ssm parameter env and ls commands sometimes failed with the following error: ``` DescribeParameters failed: ThrottlingException: Rate exceeded ``` The ssm:DescribeParameters API with a filter returns...
## Summary: Lock should be fail if there is no lock setting. ## Version: tflock v0.0.1 ## Expected behavior: lock fails ## Actual behavior: no error ## Step to reproduce:...
Rails 4.2.5.2, 4.1.14.2 and 3.2.22.2 have been released and these include a break change for find_templates(). Rendering templates causes an error such as `ArgumentError: wrong number of arguments (5 for...
I noticed the following deprecation warning when using `upload-plan-destination: github`. > Deprecation notice: v1, v2, and v3 of the artifact actions The following artifacts were uploaded using a version of...
I'm planning to use Digger and reading the source code. I was surprised to see a 76MB compiled binary file committed to git in `./next/main`. Is this intended? https://github.com/diggerhq/digger/blob/9039c3a02f1becedf4aa943bde75ce6f8a9391aa/next/main I'm...