Skip to content

Releases: lgallard/terraform-aws-backup

Fix recovery_point_tags default value

05 May 05:36
3f1074d
Compare
Choose a tag to compare

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

22 Apr 21:56
c690c3b
Compare
Choose a tag to compare

0.11.4 (April 10, 2021)

FIXES:

  • Fix typo in README

Update README & fix formatting

22 Apr 21:52
2645e2d
Compare
Choose a tag to compare

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

10 Apr 22:49
d4c8bdb
Compare
Choose a tag to compare

0.11.2 (April 10, 2021)

FIXES:

  • Add rule_enable_continuous_backup variable in README

Update complete example & README

10 Apr 22:41
3a19114
Compare
Choose a tag to compare

0.11.1 (April 10, 2021)

FIXES:

  • Update complete example & README

Add support for enable_continuous_backup

10 Apr 22:31
83e772b
Compare
Choose a tag to compare

0.11.0 (April 10, 2021)

ENHANCEMENTS:

  • Add support for enable_continuous_backup
  • Update examples
  • Update README

Rename selection_tag for selection_tags

07 Apr 19:19
ce59876
Compare
Choose a tag to compare

0.10.0 (April 7, 2021)

FIXES:

  • Rename selection_tag for selection_tags

Add support for several selection tags

07 Apr 18:59
92c9d86
Compare
Choose a tag to compare

0.9.0 (April 7, 2021)

FIXES:

  • Add support for several selection tags
  • Remove selection_tag_type, selection_tag_key and selection_tag_value in favour of a selection_tags list variable
  • Update README and examples folder to include several selection tags examples

Allows attaching an already created IAM role to the Plan

07 Apr 14:12
5dee4c7
Compare
Choose a tag to compare

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

28 Feb 21:38
207efd3
Compare
Choose a tag to compare

0.7.0 (February 28, 2021)

ENHANCEMENTS:

  • Add support to AWS Backup Notifications

Based on @diego-ojeda-binbash PR