FIXES:
- Fix error when missing optional vault_value (thanks @ElSamhaa)
- Align example readme with code (thanks @daniel-habib)
ENHANCEMENTS:
- Add multiple
copy_action
support (thanks @unni-kr) - Add "Error creating Backup Vault" know issue in README
FIXES:
- Fix
selection_tags
in README
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 resouses due to old reported issue
ENHANCEMENTS:
- Add notifications only on failed jobs example (thanks @iainelder)
FIXES:
- Fix typo in README
ENHANCEMENTS:
- Add pre-commit config file
- Add .gitignore file
- Update README
FIXES:
- Add
rule_enable_continuous_backup
variable in README
FIXES:
- Update complete example & README
ENHANCEMENTS:
- Add support for
enable_continuous_backup
- Update examples
- Update README
FIXES:
- Rename
selection_tag
forselection_tags
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
ENHANCEMENTS:
- Allows attaching an already created IAM role to the Plan (thanks @samcre)
- Update README to include Terraform rsources used
ENHANCEMENTS:
- Add support to AWS Backup Notifications
Based on @diego-ojeda-binbash PR
ENHANCEMENTS:
- Add support to activate Windows VSS
Thanks @riccardo-salamanna
ENHANCEMENTS:
- Add AWS Backup Service Role output
FIXES:
- Add policy for performing restores
FIXES:
- Fixing registry url (thanks @matthieudolci)
ENHANCEMENTS:
- Add option to define selections by tags only, without resource definition
- Now you can define selections with just resources, tags or boths. No need to define empty values.
- Add README to examples
UPDATES:
- Add selection by tags plan example
- Update examples
FIXES:
- Fix space in
completion_window
value
UPDATES:
- Update README to include copy_action block example
ENHANCEMENTS:
- Add support for Copy Action
UPDATES:
- Update completed_example to include copy_action block
- Update simple_plan_using_* examples
UPDATES:
- Add Terraform logo in README
ENHANCEMENTS:
- Add enabled flag which avoid deploying any AWS Backup resources when set to false
FIXES:
- Fix inputs formatting in README file
UPDATE:
- Rename module references in README and examples
FEATURES:
- Add CHANGELOG
- Add LICENSE
FEATURES:
- Module implementation
- Add README
- Add examples