Skip to content

Releases: cloudposse/terraform-aws-s3-bucket

0.19.0 Remove hardcoded ARN partition

01 Sep 02:05
c6c4190

Choose a tag to compare

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

0.18.0 Update sub-modules to support TF 13

31 Aug 23:14
8fdf88a

Choose a tag to compare

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-label and terraform-aws-iam-system-user that 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

0.17.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#42)

18 Aug 07:53
805cad2

Choose a tag to compare

## 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

18 Aug 07:40
434caf9

Choose a tag to compare

[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.16.0: Fix s3 user tagging (#39)

30 Jul 22:36
247b287

Choose a tag to compare

* Fix s3 user tagging

* Updated README.md

* Updated README.md

Co-authored-by: actions-bot <[email protected]>

0.15.0: Support S3 Grants

29 Jul 23:31
3a7bfc5

Choose a tag to compare

  • Support S3 Grants #40

0.14.0

10 Jun 04:06
34520cd

Choose a tag to compare

Optionally allow public access to the bucket, default is now to block…

0.13.0: Add bucket_regoinal_domain_name as an output (#28)

10 Jun 02:30
6708174

Choose a tag to compare

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)

07 Jun 23:00
1cdecec

Choose a tag to compare

0.11.0: Add github action workflow (#30)

07 Jun 20:59
9b5829d

Choose a tag to compare

* 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]>