-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Provider attempts to update in line when Lambda alias name is changed #4090
Comments
This test demonstrates the bug in #4090
Thanks! Should be fixed in #4106 by making |
Thank you for the really quick turnaround on this :) |
The fix for this has been merged into master and will release with v1.14.1 of the AWS provider, likely on Wednesday. 🎉 |
This has been released in version 1.14.1 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Opening this issue as discussed is #3192 (comment) where the provider attempts to perform a lambda alias' rename, which is not even an allowed operation.
Terraform Version
0.11.5
Affected Resource(s)
aws_lambda_alias
Terraform configuration files
Please see #3192 (comment)
Expected Behavior
A new alias should be created - the name of an alias should be treated as an unique identifier.
Actual Behavior
An in line update is attempted, which fails with a 404 from the API:
Steps to Reproduce
References
#3192
#3192 (comment)
The text was updated successfully, but these errors were encountered: