Module Doesn't Support Version 4.x of the AWS Provider
tkidd77 opened this issue · 2 comments
apply
bombs when attempting to create S3 resources and instead needs to use the new S3 resources found here, here, here, and here.
Here are the respective errors thrown as these attributes are read only in aws provider v4 as outlined here.
Can't configure a value for "server_side_encryption_configuration": its value will be decided automatically based on the result of applying this configuration.
Can't configure a value for "lifecycle_rule": its value will be decided automatically based on the result of applying this configuration.
Can't configure a value for "versioning": its value will be decided automatically based on the result of applying this configuration.
Can't configure a value for "acl": its value will be decided automatically based on the result of applying this configuration.
see v0.4.1
Works great, thanks.