-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Terraform is showing changes to lambdas when there is no code change #30715
Comments
Hi @PaulF2022-55, The plan indicates that the source code has changed since the last apply, reflected in the change to the Thanks! |
Hi @jbardin , our problem is that even if there is no change in code terraform is showing change in zip file hash. Steps to reproduce
|
Hi @PaulF2022-55, Thanks for the additional details. The fact that the second apply operation is making the exact same change as the first implies there is an error in the configuration (or possibly a misbehaving resource) causing In order to troubleshoot this further, we are going to need a minimal, complete example to reproduce the issue. Can you supply the configuration you are using to generate these plans? |
Hi @jbardin
|
Hi @PaulF2022-55, Thanks for the added info. This does not look like an issue with Terraform, since the I'm going to close the issue here, and we can follow the aws issue for updates. Thanks! |
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. |
Hi there,
Even when there is no change in lambda function still terraform plan/apply shows and applies changes in zip file and tries to redeploy lambda
Expected Behavior
No change should be applied to lambda function if there is no change in lambda function code
Actual Behavior
The text was updated successfully, but these errors were encountered: