Skip to content

Releases: cloudposse/terraform-aws-tfstate-backend

0.11.0 Add option to enable point in time recovery for DynamoDB tables

19 Feb 02:01
d28ccb2
Compare
Choose a tag to compare

what

  • This change allows point-in-time recovery to be enabled for DynamoDB tables

why

  • In case of need of point-in-time recovery

0.10.0 Add `slash-command-dispatch` GitHub Actions workflow

15 Feb 01:23
6c3353f
Compare
Choose a tag to compare

what

  • Add slash-command-dispatch GitHub Actions workflow

why

  • In a repo with the GitHub actions workflow present, when a PR is opened, we can comment on the PR with commands /build-readme and /terraform-fmt to rebuild README and format terraform code and push the changes back to the PR repo

0.9.0 Properly pin providers

24 Jun 21:22
a55d7a6
Compare
Choose a tag to compare

what

  • Properly pin providers
  • Update readme

why

  • Pinning the module's providers version in required_providers block allows specifying only the required provider version for the module without the need to specify all providers with versions explicitly
  • All other proveders' attributes (e.g. region) are inherited from top-level modules (and examples) by using the provider block
provider "aws" {
  region = var.region
}

or by specifying the required attributes (e.g. region) in ENV variables, e.g.

 AWS_REGION=us-west-1 terraform plan

references

0.8.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

22 Jun 00:32
e2ff068
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README
  • Update README examples

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.7.0 Bump `terraform-null-label` version

04 Apr 03:14
6e679bd
Compare
Choose a tag to compare

0.6.0

25 Mar 22:28
Compare
Choose a tag to compare
feat: add policy for preventing unencrypted uploads, add new output, …

0.5.0 Update `terraform-null-label` version. Add `regex_replace_chars` variable

14 Mar 19:44
647f942
Compare
Choose a tag to compare

what

  • Update terraform-null-label version
  • Add regex_replace_chars variable

why

0.4.0 Configure bucket public access setting

0.3.1

19 Jan 07:59
Compare
Choose a tag to compare
Update README with instructions to match terraform's automatic state …

0.3.0 Support latest version of terraform-null-label

21 Dec 02:55
Compare
Choose a tag to compare

what

  • Support latest version of terraform-null-label

why

  • Latest version of terraform-null-label adds new features and variables (e.g. context and additional map of tags)