Releases: cloudposse/terraform-aws-s3-bucket
Releases · cloudposse/terraform-aws-s3-bucket
0.19.0 Remove hardcoded ARN partition
what
- Remove hardcoded ARN partition
why
- The module hardcodes the partition component of the ARN, making it impossible to use this module in other partitions
- This change will allow to seamlessly support other AWS partitions such as
aws-us-gov - This change is a NOOP for existing resources
references
- See Amazon ARN syntax
0.18.0 Update sub-modules to support TF 13
what
- Update sub-modules to support TF 13
why
- While recent commits have loosened the version constraints on this module for TF 0.13, the versions of
terraform-null-labelandterraform-aws-iam-system-userthat are called here both do not support 0.13. There are more recent versions which do have 0.13 support so this should be an easy update to push out
related
- Closes #45
0.17.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#42)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.17.0
0.16.0: Fix s3 user tagging (#39)
* Fix s3 user tagging * Updated README.md * Updated README.md Co-authored-by: actions-bot <[email protected]>
0.15.0: Support S3 Grants
- Support S3 Grants #40
0.14.0
0.13.0: Add bucket_regoinal_domain_name as an output (#28)
Co-authored-by: Andriy Knysh <[email protected]> Co-authored-by: Erik Osterman <[email protected]>
0.12.0: Use splat+join pattern to avoid erroneous recreates of the policy (#29)
Co-authored-by: Erik Osterman <[email protected]>
0.11.0: Add github action workflow (#30)
* add workflow * fix repo * change image * run docker iamge * fix yaml * login then test * login then test * pull private image * use dockerhub * init * fix workflow rebuild readme * checkout code * add all tests * refactor * set default * annotate workflow * pass secrets * annotate workflow * Fix readme * parameterize test image * refactor into multiple jobs * refactor and restore linting * fix templates * Update .github/workflows/slash-command-dispatch.yml Co-authored-by: Andriy Knysh <[email protected]> * Update .github/workflows/slash-command-dispatch.yml Co-authored-by: Andriy Knysh <[email protected]> * Update .github/workflows/test.yml Co-authored-by: Andriy Knysh <[email protected]> * Update .github/workflows/test.yml Co-authored-by: Andriy Knysh <[email protected]> * Update .github/workflows/test.yml Co-authored-by: Andriy Knysh <[email protected]> Co-authored-by: Andriy Knysh <[email protected]>