Skip to content

Releases: trussworks/terraform-aws-bootstrap

Propagate S3 public access block variable

01 Jul 13:11
94b41c8
Compare
Choose a tag to compare

-Added the enable_s3_public_access_block variable to allow toggling of the S3 public access block, as recently added in the s3 private bucket module.

make state bucket tagging variable

02 Jun 13:39
ee64240
Compare
Choose a tag to compare

This release adds a state_bucket_tags variable which allows you to modify state bucket tags

Relax AWS provider constraint

06 Apr 16:10
25cd058
Compare
Choose a tag to compare

This release relaxes the AWS provider version to allow for higher versions than 3.0.

Add log_bucket_versioning

05 Mar 17:53
8fc2ffb
Compare
Choose a tag to compare

This release adds log_bucket_versioning which allows you to turn on versioning for the state log bucket.

v1.1.1 - Add compatibility for Terraform 0.14

25 Jan 16:17
6aa0955
Compare
Choose a tag to compare

This version adds compatibility with Terraform 0.14; it should not break existing functionality.

Adds dynamodb vars

29 Oct 18:44
7da6c5a
Compare
Choose a tag to compare

Allows you to name your dynamodb table. Defaults to terraform-state-lock.

Updates the modules this one refers to to tf 13 versions

23 Sep 00:27
58dc2dd
Compare
Choose a tag to compare
Merge pull request #33 from moosh3/master

Update module dependency pinned versions

Pin TF13

15 Sep 15:16
072808f
Compare
Choose a tag to compare
Merge pull request #32 from trussworks/upgrade-terraform13

Upgrade terraform version and add aws provider version

Pin TF12

14 Sep 15:55
a5d5215
Compare
Choose a tag to compare
Merge pull request #31 from trussworks/cg_pin

Pin tf version to 0.12 family. Update pre-commit.

v0.1.2: Merge pull request #29 from trussworks/lh_set_retention

05 Aug 23:11
c0353fe
Compare
Choose a tag to compare

Default object retention for the state logging bucket to be a variable with a default of 90 days.

Related PR: #29