Releases: lgallard/terraform-aws-backup
Releases · lgallard/terraform-aws-backup
Fix recovery_point_tags default value
0.11.5 (May 5, 2021)
FIXES:
- Fix recovery_point_tags default value
- Update minimum AWS provider version to 3.20.0
- Remove know issues note in README
- Remove bash script to remove / destroy the resources due to old reported issue
ENHANCEMENTS:
- Add notifications only on failed jobs example (thanks @iainelder)
Fix typo in README
0.11.4 (April 10, 2021)
FIXES:
- Fix typo in README
Update README & fix formatting
0.11.3 (April 22, 2021)
ENHANCEMENTS:
- Add pre-commit config file
- Add .gitignore file
- Update README
Add rule_enable_continuous_backup variable in README
0.11.2 (April 10, 2021)
FIXES:
- Add
rule_enable_continuous_backup
variable in README
Update complete example & README
0.11.1 (April 10, 2021)
FIXES:
- Update complete example & README
Add support for enable_continuous_backup
0.11.0 (April 10, 2021)
ENHANCEMENTS:
- Add support for
enable_continuous_backup
- Update examples
- Update README
Rename selection_tag for selection_tags
0.10.0 (April 7, 2021)
FIXES:
- Rename
selection_tag
forselection_tags
Add support for several selection tags
0.9.0 (April 7, 2021)
FIXES:
- Add support for several selection tags
- Remove
selection_tag_type
,selection_tag_key
andselection_tag_value
in favour of aselection_tags
list variable - Update README and examples folder to include several selection tags examples
Allows attaching an already created IAM role to the Plan
0.8.0 (April 7, 2021)
ENHANCEMENTS:
- Allows attaching an already created IAM role to the Plan (thanks @samcre)
- Update README to include Terraform resources used
Add support to AWS Backup Notifications
0.7.0 (February 28, 2021)
ENHANCEMENTS:
- Add support to AWS Backup Notifications
Based on @diego-ojeda-binbash PR