Releases: cloudposse/terraform-aws-backup
Releases · cloudposse/terraform-aws-backup
v0.6.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#11)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant
Closes #12
v0.5.0
v0.4.0
Update to `context.tf`. Update provider pinning. Update Terratest. Update GitHub Actions @aknysh (#8)
what
- Update to
context.tf
- Update provider pinning
- Update Terratest, use
go
modules - Update GitHub Actions
- Add
copy_action
toaws_backup_plan
why
- Standardization and interoperability
- Keep the module up to date
- Add
copy_action
toaws_backup_plan
to be able to copy to the backup vault
related
- Closes #3
0.3.2
0.3.1
0.3.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#5)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.2.0: Updates to ChatOps - Automated commit (#4)
## What * Adds chatops commands - '/test all' - '/test bats' - '/test readme' - '/test terratest' * Drops codefresh * Drops slash-command-dispatch * Removes codefresh badge * Rebuilds README ## Why * Change over from codefresh to GH Actions * Facilitate testing of PRs from forks
0.1.1 Fix a typo in README
what
- Fix a typo in README
0.1.0 Initial implementation. Add tests. Add Codefresh test pipeline
what
- Initial implementation
- Add tests
- Add Codefresh test pipeline
why
- Implementation of Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes