Skip to content

Releases: umotif-public/terraform-aws-backup

1.6.0 - 'not_resources' + compatibility with 5.x

14 Jul 10:19
c9b3bbe
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /test by @dependabot in #16
  • New 'not_resources' feature + version compatibility by @Ohid25 in #17

New Contributors

Full Changelog: 1.5.2...1.6.0

1.5.2 - Adding ARN output for the IAM role

18 Oct 10:42
5cf4f0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.5.2

1.5.1 - Added output for Vault IAM Role

14 Oct 16:21
f4d990f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0 - Add force_destroy and restore policy

18 Aug 15:33
92a91c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0 - Migrate to main branch

28 Jun 11:16
a02a7c3
Compare
Choose a tag to compare

The module now will be on the main branch from this version onwards.

1.3.1 - Fix missing conditional

28 Apr 11:01
be85256
Compare
Choose a tag to compare

Added a missing enable_sns_notifications condition

1.3.0 - Backup Notifications

27 Apr 14:20
976339d
Compare
Choose a tag to compare

Two new features:

1.2.0 - Add Infrastructure Test

15 Dec 16:43
3e4a48f
Compare
Choose a tag to compare

This release introduces infrastructure testing for the module with Terratest.

1.1.0

18 Nov 10:18
b180323
Compare
Choose a tag to compare

One key feature change:

  • aws_backup_selection resource now supports multiple tag conditions.

1.0.1 - Fix dependency bugs

13 Nov 10:55
57af399
Compare
Choose a tag to compare

This release addresses the following issues:

  1. A rare occasion for when a race condition is observed when the plan is attempted to be created before the vault is created.
  2. target_vault_name expression adjusted to fix a module breaking scenario of when both var.vault_name and target_vault_name are not declared.