-
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
Unexpected diffs on aws_ses_event_destination as of v2.63.0 #13464
Comments
@tdmalone Thanks for raising this issue. doesn't actually read the resource back 😄. The SES |
@ewbankkit Thanks for looking into it so quickly, and for prepping a patch! That makes sense. It sounds like a quick fix then would be applying these changes, which would result in no functional change but which should correct the state? |
Actually - it looks like the resource doesn't support updating either:
I've worked around this for now by tainting and re-applying. |
Not for the faint of heart, but you could also manipulate the state file. |
The fix for this has been merged and will release with version 2.64.0 of the Terraform AWS Provider, later this week. Thanks to @ewbankkit for the quick implementation. 👍 |
This has been released in version 2.64.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. 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 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
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
No diff should be generated.
Actual Behavior
A diff after upgrading to v2.63.0, released today:
(the event destination is still set in AWS - we haven't touched this resource for some time, and the diff was generated by CI today after upgrading the provider, where the same run yesterday generated no diff)
References
There's nothing in the CHANGELOG for v2.63.0 about this, but looking at the commit diff, I think it's caused by #13344, which is part of #9956
The text was updated successfully, but these errors were encountered: