Releases: umotif-public/terraform-aws-backup
Releases · umotif-public/terraform-aws-backup
1.6.0 - 'not_resources' + compatibility with 5.x
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
- @dependabot made their first contribution in #16
Full Changelog: 1.5.2...1.6.0
1.5.2 - Adding ARN output for the IAM role
What's Changed
- Adding ARN output for the IAM role by @Mohammed-afk91 in #15
Full Changelog: 1.5.1...1.5.2
1.5.1 - Added output for Vault IAM Role
What's Changed
- Added output for IAM Role name by @Mohammed-afk91 in #14
Full Changelog: 1.5.0...1.5.1
1.5.0 - Add force_destroy and restore policy
What's Changed
- Added force destroy feature + new restore policy by @Mohammed-afk91 in #13
New Contributors
- @Mohammed-afk91 made their first contribution in #13
Full Changelog: 1.4.0...1.5.0
1.4.0 - Migrate to main branch
The module now will be on the main
branch from this version onwards.
1.3.1 - Fix missing conditional
Added a missing enable_sns_notifications
condition
1.3.0 - Backup Notifications
Two new features:
- Added
aws_backup_vault_notifications
resource - allows enabling of notifications that with an SNS Topic for all vault notifications. - Added
enable_continuous_backup
as a new rule argument.
1.2.0 - Add Infrastructure Test
This release introduces infrastructure testing for the module with Terratest.
1.1.0
1.0.1 - Fix dependency bugs
This release addresses the following issues:
- A rare occasion for when a race condition is observed when the plan is attempted to be created before the vault is created.
target_vault_name
expression adjusted to fix a module breaking scenario of when bothvar.vault_name
andtarget_vault_name
are not declared.