From 8eaad43f8c577b3042e9d02c11731543b20fdfa8 Mon Sep 17 00:00:00 2001 From: "Luis M. Gallardo D" Date: Sat, 10 Apr 2021 19:47:37 -0300 Subject: [PATCH] Add rule_enable_continuous_backup var in README --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba94d81..846d969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.11.2 (April 10, 2021) + +FIXES: + +* Add `rule_enable_continuous_backup` variable in README + ## 0.11.1 (April 10, 2021) FIXES: diff --git a/README.md b/README.md index f43e17b..d4581b1 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ No Modules. | rule\_completion\_window | The amount of time AWS Backup attempts a backup before canceling the job and returning an error | `number` | `null` | no | | rule\_copy\_action\_destination\_vault\_arn | An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. | `string` | `null` | no | | rule\_copy\_action\_lifecycle | The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. | `map` | `{}` | no | +| rule\_enable\_continuous\_backup | Enable continuous backups for supported resources. | `bool` | `false` | no | | rule\_lifecycle\_cold\_storage\_after | Specifies the number of days after creation that a recovery point is moved to cold storage | `number` | `null` | no | | rule\_lifecycle\_delete\_after | Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than `cold_storage_after` | `number` | `null` | no | | rule\_name | An display name for a backup rule | `string` | `null` | no |