-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lambda creation fails in version 2.40.0 in LocalStack #11037
Comments
@CiaranEvans My guess is that this is a LocalStack-specific problem. You can pin the provider version to v2.39.0 until LocalStack support this functionality; I'd suggest opening an issue in their repo and referencing this issue. |
@ewbankkit Great, thanks for taking a look into this! I did indeed end up pinning the version. Couldn't quite figure out which end of the stick was going wrong! Letting the LocalStack folks know! |
Fixed in the latest version of LocalStack, tested with version |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Terraform Version
Terraform Version =
1.12.6
aws
Provider Version =2.40
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/ciaranevans/de537317f933b98df7af306bb86e2730 For failing run
https://gist.github.com/ciaranevans/0a30164e61ae444198a59fad37c80013 For successful run
Expected Behavior
Terraform finishes deployment with line similar to:
Actual Behavior
All functions failed to deploy (According to Terraform), shown in debug logs above.
However they are actually deployed - my tests that wait for them to be deployed kick off and pass...
Tests are initiated once:
returns a number == to the number of functions I'm deploying
Steps to Reproduce
terraform apply
Important Factoids
aws
provider version2.39
aws
provider version2.40
References
The text was updated successfully, but these errors were encountered: