π€ Automatic Updates
Update Terraform cloudposse/s3-log-storage/aws to v1.3.1 (release/v0) @renovate (#134)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-log-storage/aws (source) | module | minor | 1.1.0 -> 1.3.1
|
Release Notes
cloudposse/terraform-aws-s3-log-storage
v1.3.1
π Enhancements
Update Terraform cloudposse/s3-bucket/aws to v3.1.1 (master) @βrenovate (#β88)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-bucket/aws (source) | module | patch | 3.1.0 -> 3.1.1
|
Release Notes
cloudposse/terraform-aws-s3-bucket
v3.1.1
π Bug Fixes
Revert change to Transfer Acceleration from #&#β8203;178 @β&#β8203;Nuru (#&#β8203;180)
what
- Revert change to Transfer Acceleration from #β178
why
- Transfer Acceleration is not available in every region, and the change in #β178 (meant to detect and correct drift) does not work (throws API errors) in regions where Transfer Acceleration is not supported
π€ Automatic Updates
Update Terraform cloudposse/s3-bucket/aws to v3.1.1 (master) @βrenovate (#β88)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-bucket/aws (source) | module | patch | 3.1.0 -> 3.1.1
|
Release Notes
cloudposse/terraform-aws-s3-bucket
v3.1.1
π Bug Fixes
Revert change to Transfer Acceleration from #&#β8203;178 @β&#β8203;Nuru (#&#β8203;180)
what
- Revert change to Transfer Acceleration from #β178
why
- Transfer Acceleration is not available in every region, and the change in #β178 (meant to detect and correct drift) does not work (throws API errors) in regions where Transfer Acceleration is not supported
v1.3.0
π Enhancements
Enhance lifecycle object with optionals, limit length of bucket name @βNuru (#β87)
what
- Limit length of auto-generated bucket name to match AWS-imposed limit
- Enhance
lifecycle_configuration_rules
to be fully defined with optional members
why
- Avoid situation where module fails because auto-generated bucket name is too long
- Make it easier to build a list of rules
references
v1.2.0
: Support new AWS S3 defaults (ACL prohibited)
π€ Automatic Updates
Update Terraform cloudposse/s3-bucket/aws to v3.1.0 @βrenovate (#β85)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/s3-bucket/aws (source) | module | minor | 3.0.0 -> 3.1.0
|
Release Notes
cloudposse/terraform-aws-s3-bucket
v3.1.0
Compare Source
Make compatible with new S3 defaults. Add user permissions boundary. @β&#β8203;Nuru (#&#β8203;178)
what
aws_s3_bucket_accelerate_configuration
and aws_s3_bucket_versioning
resources even when the feature is disabled, to enable drift detection
why
references
Always include `aws_s3_bucket_versioning` resource @β&#β8203;mviamari (#&#β8203;172)
what
aws_s3_bucket_versioning
resource to track changes made to bucket versioning configuration
why
aws_s3_bucket_versioning
, the expectation is that the bucket versioning is disabled/suspend for the bucket. If bucket versioning is turned on outside of terraform (e.g. through the console), the change is not detected by terraform unless the aws_s3_bucket_versioning
resource exists.
references
Add support for permission boundaries on replication IAM role @β&#β8203;mchristopher (#&#β8203;170)
what
why
references
π€ Automatic Updates
Update README.md and docs @β&#β8203;cloudpossebot (#&#β8203;164)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates