-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
resource/aws_s3_bucket_lifecycle_configuration: fixes "inconsistent result" errors introduced in v5.86.0 #41296
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…emaV0NoncurrentVersionExpiration_VersionsAndDays` checks
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 🚀
The intent is to avoid 5.86.0. Github issue detailing bug, hashicorp/terraform-provider-aws#41296
This functionality has been released in v5.86.1 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. Thank you! |
Description
The conversion of the
aws_s3_bucket_lifecycle_configuration
resource from Terraform Plugin SDK to Terraform Plugin Framework in #41159 caused errors when eitherrule.filter
was empty orrule.filter.prefix
was""
.Relations
Closes #41278
Closes #41268
References
Output from Acceptance Testing