Releases: trussworks/terraform-aws-bootstrap
Releases · trussworks/terraform-aws-bootstrap
Propagate S3 public access block variable
-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
This release adds a state_bucket_tags variable which allows you to modify state bucket tags
Relax AWS provider constraint
This release relaxes the AWS provider version to allow for higher versions than 3.0.
Add log_bucket_versioning
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
This version adds compatibility with Terraform 0.14; it should not break existing functionality.
Adds dynamodb vars
Allows you to name your dynamodb table. Defaults to terraform-state-lock
.
Updates the modules this one refers to to tf 13 versions
Merge pull request #33 from moosh3/master Update module dependency pinned versions
Pin TF13
Pin TF12
v0.1.2: Merge pull request #29 from trussworks/lh_set_retention
Default object retention for the state logging bucket to be a variable with a default of 90 days.
Related PR: #29