-
Notifications
You must be signed in to change notification settings - Fork 14
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
when no code change, revalidation_function should not result in terraform state change #23
Comments
Hey @jackykwan-eventx, I have been able to replicate this issue although I have no clue why this happens, as the logic is the same as the other functions. Kind Regards |
@RJPearson94 thank you so much |
I may not be able to resolve this. As it appears, there are some quirks around timestamps and permissions on the zip files. Reading the following comments:
Although I am confused about why it only affects the revalidation function, the other two are fine. |
It looks like this issue is still present in open next v3 |
Technical Details
Describe the bug
When no code change and do
terraform plan
again, the module.revalidation_function.aws_lambda_function.lambda_function will be updated in-placeSteps to Reproduce
Steps to reproduce the behaviour:
terraform plan
Expected behaviour
Should be no state update
The text was updated successfully, but these errors were encountered: