Skip to content

Commit

Permalink
Merge pull request #30 from lgallard/fix/update-examples
Browse files Browse the repository at this point in the history
Update complete example & README
  • Loading branch information
lgallard authored Apr 10, 2021
2 parents 83e772b + 783ace0 commit 3a19114
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.1 (April 10, 2021)

FIXES:

* Update complete example & README

## 0.11.0 (April 10, 2021)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "aws_backup_example" {
enable_continuous_backup = true
lifecycle = {
cold_storage_after = 0
delete_after = 90
delete_after = 30
},
copy_action = {
lifecycle = {
Expand Down
2 changes: 1 addition & 1 deletion examples/complete_plan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "aws_backup_example" {
copy_action = {
lifecycle = {
cold_storage_after = 0
delete_after = 90
delete_after = 30
},
destination_vault_arn = "arn:aws:backup:us-west-2:123456789101:backup-vault:Default"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/complete_plan/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "aws_backup_example" {
enable_continuous_backup = true
lifecycle = {
cold_storage_after = 0
delete_after = 90
delete_after = 30
},
copy_action = {
lifecycle = {
Expand Down

0 comments on commit 3a19114

Please sign in to comment.