From 783ace0e0ccab6e7834ab3dff3c1c48f57e43fb7 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Sat, 10 Apr 2021 19:39:23 -0300 Subject: [PATCH] Update complete example & README --- CHANGELOG.md | 6 ++++++ README.md | 2 +- examples/complete_plan/README.md | 2 +- examples/complete_plan/main.tf | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea4d71..ba94d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.1 (April 10, 2021) + +FIXES: + +* Update complete example & README + ## 0.11.0 (April 10, 2021) ENHANCEMENTS: diff --git a/README.md b/README.md index deb6b3a..f43e17b 100644 --- a/README.md +++ b/README.md @@ -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 = { diff --git a/examples/complete_plan/README.md b/examples/complete_plan/README.md index 53881ef..4f0b0ab 100644 --- a/examples/complete_plan/README.md +++ b/examples/complete_plan/README.md @@ -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" } diff --git a/examples/complete_plan/main.tf b/examples/complete_plan/main.tf index 75308f9..7a6c2a0 100644 --- a/examples/complete_plan/main.tf +++ b/examples/complete_plan/main.tf @@ -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 = {