Skip to content

Commit

Permalink
Merge pull request #31 from lgallard/fix/update-readme-rule_enable_co…
Browse files Browse the repository at this point in the history
…ntinuous_backup

Add rule_enable_continuous_backup var in README
  • Loading branch information
lgallard authored Apr 10, 2021
2 parents 3a19114 + 8eaad43 commit d4c8bdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 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.2 (April 10, 2021)

FIXES:

* Add `rule_enable_continuous_backup` variable in README

## 0.11.1 (April 10, 2021)

FIXES:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit d4c8bdb

Please sign in to comment.