Releases: trussworks/terraform-aws-bootstrap
Releases · trussworks/terraform-aws-bootstrap
Account alias management is now optional
Restrict to 3.x of the aws provider in anticipation of breaking changes
Support configurable point-in-time recovery for dynamodb table.
Bugfix for v1.5.0 release
In the 1.5.0 release, we missed updating the s3-private-bucket module so that it supported the new functionality. This fixes that issue.
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
.