Skip to content

Releases: 7Factor/terraform-aws-s3-website

Release 2.5.0

11 Jul 15:24
8bb6391
Compare
Choose a tag to compare

Version 2.5.0

Commits

  • [8bb6391] Merge pull request #16 from 7Factor/royceM/cloudfront_waf
  • [eeb4f44] Use null for default instead of an empty string.
  • [05f408d] Allow optionally using the waf_web_acl_arn to associate an AWS WAF with the cloudfront distribution.
  • [d348e60] Revert "Conditionally create new cert and route53"
  • [896ef47] Conditionally create new cert and route53

Release 2.4.1

23 Feb 21:12
2c91ed7
Compare
Choose a tag to compare

Version 2.4.1

Commits

  • [2c91ed7] Merge pull request #13 from 7Factor/compress-fix
  • [6031e4b] Passing the compress var to default_cache_behavior and ordered_cache_behavior

Release 2.4.0

14 Sep 19:32
b5464b9
Compare
Choose a tag to compare

Version 2.4.0

Commits

  • [b5464b9] Merge pull request #12 from 7Factor/jwood/aws_version_support
  • [19ee53c] Allow newer versions of AWS provider.

Release 2.3.0

21 Jul 20:37
e7d5351
Compare
Choose a tag to compare

Version 2.3.0

Commits

  • [e7d5351] Merge pull request #11 from 7Factor/jwood/destroy_s3
  • [dbc007d] Add variable to allow destroying non-empty s3 buckets.

Release 2.2.0

12 May 17:34
59105b8
Compare
Choose a tag to compare

Version 2.2.0

Commits

  • [59105b8] Merge pull request #10 from 7Factor/tovar/object-ownership
  • [8ba6e65] only setup acls for not BucketOwnerEnforced
  • [876e9b1] add bucket object ownership variable

What's Changed

  • add bucket object ownership variable by @tashoaf in #10

New Contributors

Full Changelog: v2.1.2...v2.2.0

Release 2.1.2

26 Sep 18:59
2904567
Compare
Choose a tag to compare

Version 2.1.2

Commits

  • [2904567] Merge pull request #9 from 7Factor/jwood/public_acl
  • [64a5f32] web_acl depends on allow_public_acl

Release 2.1.1

26 Sep 18:53
fc79da2
Compare
Choose a tag to compare

Version 2.1.1

Commits

  • [fc79da2] Merge pull request #8 from 7Factor/jwood/public_acl
  • [a370944] Disable "block_public_acls" for s3 bucket.

Release 2.1.0

26 Sep 13:32
8b95865
Compare
Choose a tag to compare

Version 2.1.0

Commits

  • [8b95865] Merge pull request #7 from 7Factor/jwood/forward_headers
  • [ac41cd8] Add forward_headers option to cache behaviors.

Release 2.0.0

23 Sep 18:48
85fd959
Compare
Choose a tag to compare

Version 2.0.0

Commits

  • [85fd959] Merge pull request #6 from 7Factor/jwood/extra_cache_behaviors
  • [8ed661d] Set the default min ttl to 1 instead of 0.
  • [d725ca8] Add support for ordered_cache_behaviors.
  • [0a0adc0] Move contributing section of README.md into CONTRIBUTING.md.

Release 1.1.2

22 Sep 18:44
e0a646a
Compare
Choose a tag to compare

Version 1.1.2

Commits

  • [e0a646a] Merge pull request #5 from 7Factor/jwood/fix_auto_release
  • [c529c4b] Update to the latest release action.