-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support for AWS module 4.0+ #57
Comments
hi @phillipuniverse, thank you for your request, the resource is a breaking change in the new provider version and needs a complete refactoring. We will schedule an update asap. |
@mariux i figured, it looked pretty impactful to this plugin. Thanks for putting this on your backlog! |
It looks like this module would now be supported in its current form by Terraform >=4.9.x hashicorp/terraform-provider-aws#23106 (comment) with breaking changes not necessary until 5.x.x. |
Adds Support for AWS module 4.9+ mineiros-io#57
So this is definitely supported by 4.9, however removing attributes from the bucket won't be detected (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/guides/version-4-upgrade#changes-to-s3-bucket-drift-detection):
As such it looks like this module should make the breaking changes and break semver versioning, dropping support for providers earlier than 4.9. |
Current Version
0.6.0
Use-cases
Wanting to use version 4 of the AWS terraform module but cannot because of the hard
< 4.0
version requirementterraform-aws-s3-bucket/versions.tf
Lines 8 to 10 in 65c9c49
Attempted Solutions
Attempted upgraded to AWS module 4.0
Proposal
Add support for version 4 of the AWS module. The biggest changes are making some properties readonly in the 4.0 version, for instance
cors_rule
.References
AWS 4.0 release notes
The text was updated successfully, but these errors were encountered: