-
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
Nothing to update in cloudformation should not result in errors #14463
Conversation
Acceptance test:
|
The acceptance test changes the |
Hey @ewbankkit, thanks for this! Would you be able to paste the output of the acceptance test run? Thanks! |
All acceptance tests for CloudFormation stack:
The test added for this PR is the final one, TestAccAWSCloudFormation_withUrl_withParams_noUpdate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, 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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fixes #5653.
If a CloudFormation stack is updated by Terraform but the template has not changed (for example the
template_url
attribute's value changes but the contents of the template have not changed), AWS returns an HTTP 400 error with message ValidationError: No updates are to be performed.This should not be treated as an error by Terraform.