Skip to content

Releases: cloudposse/terraform-aws-backup

v0.6.0

06 Feb 02:18
d8a89d5
Compare
Choose a tag to compare
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

04 Feb 06:57
edeaf57
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#10)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.4.0

09 Sep 20:47
c22ad0f
Compare
Choose a tag to compare
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 to aws_backup_plan

why

  • Standardization and interoperability
  • Keep the module up to date
  • Add copy_action to aws_backup_plan to be able to copy to the backup vault

related

  • Closes #3

0.3.2: [AUTOMATED] Update terraform-null-label versions to support Terraform…

18 Aug 08:03
7308a0d
Compare
Choose a tag to compare

0.3.1: [AUTOMATED] Update terraform-null-label versions to support Terraform…

14 Aug 08:01
397d3fc
Compare
Choose a tag to compare

0.3.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#5)

12 Aug 00:59
e388e3a
Compare
Choose a tag to compare
## 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)

14 Jul 04:54
5ca070d
Compare
Choose a tag to compare
## 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

08 Oct 20:09
402ea37
Compare
Choose a tag to compare

what

  • Fix a typo in README

0.1.0 Initial implementation. Add tests. Add Codefresh test pipeline

08 Oct 17:04
7df15ae
Compare
Choose a tag to compare

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