ENHANCEMENTS:
- Add input variable to opt-out of SNS policy (thanks @henriknj)
ENHANCEMENTS:
- Add backup report feature (thanks @gpdenny)
ENHANCEMENTS:
- Add conditional for
aws_backup_plan
to avoid creation if no rules are provided (thanks @gpdenny)
ENHANCEMENTS:
- Add tags to
aws_iam_policy
resources
FIXES:
- Fix inconsistent plan role output (thanks @miachm)
FIXES:
- Fix dependencies between resources (thanks @dhoppe)
ENHANCEMENTS:
- Add support for
force-destroy
flag to backup vault (Thanks @igorzi84) - Add new resource
aws_backup_vault_lock_configuration
(Thanks @dhoppe)
ENHANCEMENTS:
- Allow to set iam role name if u use labels with specific naming otherwise use predefined
- Prettier IAM policy documents
- Update pre-commits versions
Thanks @dmitrijn
ENHANCEMENTS:
- Update aws provider constraint (Thanks @cloudboyd)
ENHANCEMENTS:
- Add support for any AWS partitions (thanks @renaudhager)
FIXES:
- Add constraints for Terraform & AWS provider versions
- Remove provider constraints in examples
ENHANCEMENTS:
- Add support for AWS Backup S3 capabilities (thanks @svenlito)
ENHANCEMENTS:
- Change required provider block definition
ENHANCEMENTS:
- Update examples and READMEs for Tags and Conditions
ENHANCEMENTS:
- Update examples and READMEs
ENHANCEMENTS:
- Add
not_resources
andcondition
support for selections - Update complete example & READMEs
FIXES:
- Fix backup selection re-creation issue (thanks @tchernomax)
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