-
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
New s3 subresources in 3.75.1 are unstable #24153
Comments
Same issue, every time |
Hey y'all 👋 It looks like the issue you're running into here is similar to what was reported in #23758. This behavior is noted on the lifecycle {
ignore_changes = [
lifecycle_rule,
server_side_encryption_configuration
]
} |
Hi @justinretzolk, thanks for the workaround, and sorry for missing that note in the docs! Obviously we don't get the drift detection with |
Not obviously, the bucket will ignore the changes but the sub-resources will manage them properly, right? In which case, disregard my previous :) |
Hey @benjamin-wright -- you're correct on your follow up note 🙂. The sub resources will handle any configuration drift/changes, so the |
Are there any plans to make a bugfix release for this? The problem seems fixed in 4.0, but we still use modules that depend on v3 |
Hi @liviudm 👋 For v3 versions of the sub resources, this behavior is expected, and will not be changing in any future |
@justinretzolk Just another example of how this fracturing of resources makes use of the provider unnecessarily complex. Adding gotchas to a working implementation is not progress. |
You didn't scrub 20 pages of documentation to configure your s3 bucket the new way?!? GOTCHA!!! |
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! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Actual Behavior
Third apply:
...and the cycle repeats from there
Steps to Reproduce
terraform apply
multiple timesImportant Factoids
NA
References
NA
The text was updated successfully, but these errors were encountered: