Skip to content

Releases: mineiros-io/terraform-aws-s3-bucket

v0.6.0

25 Jul 17:11
9fac520
Compare
Choose a tag to compare

Changelog

Added

  • Add support for Terraform v1.x

v0.5.0

23 May 07:58
093478c
Compare
Choose a tag to compare

Added

  • Add support for Terraform v0.15

v0.4.2

05 May 19:21
f79b0b5
Compare
Choose a tag to compare

Added

  • Add support for Terraform v0.14.x

v0.4.1

20 Sep 13:49
647be01
Compare
Choose a tag to compare

Added

  • Prepare support for Terraform v0.14.x

v0.4.0

16 Sep 17:57
736cefe
Compare
Choose a tag to compare

Added

  • Add support for Terraform 0.13.x.
  • Add support for module_tags.

v0.3.0

03 Aug 11:29
49f3a11
Compare
Choose a tag to compare

BREAKING CHANGE

In AWS provider 3.x the region argument was converted to a read-only value. We removed support for region which is a breaking change if you used it before to create buckets in regions outside of the region of the configured AWS provider.

Changed

  • Add support for 3.x terraform AWS provider

Removed

  • Remove deprecated region argument (BREAKING CHANGE)

v0.2.2

03 Aug 11:24
ab8e766
Compare
Choose a tag to compare

Added

  • Add Changelog.md.

Changed

  • Migrate CI from SemaphoreCI to GitHub Actions.
  • Migrate to golangci-lint instead of native go tools for pre-commit hooks.

v0.2.1

13 Jun 16:32
0033bf3
Compare
Choose a tag to compare

Changelog

  • work around a terraform issue in module_depends_on argument

v0.2.0

08 Jun 15:35
001e39b
Compare
Choose a tag to compare

Backward incompatible change:

  • Implement module_enabled and module_depends_on this replaces create flag.
  • this replaces the backward-incompatible v0.1.5 which we removed right after noticing the issue.

other changes

  • upgrade documentation
  • update build-system

v0.1.4

14 Apr 20:00
992bf0e
Compare
Choose a tag to compare

Changelog