-
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
[Bug]: sns/topic objects have changed outside of Terraform #28991
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hi @YakDriver I managed to create test config which reproduces my issues. It's not ideal in terms of code quality, since it's based on some legacy code. So the issue with drift reproduces in ~95% of cases and always related to previously changed state. I.e. if previous state change was to add SNS, in next plan we'll get for this SNS This is repository with test configuration https://github.com/nantiferov/test-sns-sqs |
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you! |
Not stale |
Terraform 1.3.7
AWS provider 4.50.0.
It seems it's still randomly happens. Not every time and seems like amount of diff decreased.
As I remember, before it was happening almost in 100% of runs and for every sns resource. Now for couple of them or so. For SNS it shows as usual changed order in policy.
Examples:
References
The text was updated successfully, but these errors were encountered: