Skip to content

Commit

Permalink
Merge pull request #9 from lgallard/feature/copy_action_support
Browse files Browse the repository at this point in the history
Update README to include copy_action block example
  • Loading branch information
lgallard authored Apr 17, 2020
2 parents 6519ff4 + c5060bd commit bc96980
Show file tree
Hide file tree
Showing 2 changed files with 14 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.3.1 (April 17, 2020)

UPDATES:

* Update README to include copy_action block example

## 0.3.0 (April 17, 2020)

ENHANCEMENTS:
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ module "aws_backup_example" {
cold_storage_after = 0
delete_after = 90
},
copy_action = {
lifecycle = {
cold_storage_after = 0
delete_after = 90
},
destination_vault_arn = "arn:aws:backup:us-west-2:123456789101:backup-vault:Default"
}
recovery_point_tags = {
Environment = "production"
}
Expand All @@ -49,6 +56,7 @@ module "aws_backup_example" {
start_window = 120
completion_window = 360
lifecycle = {}
copy_action = {}
recovery_point_tags = {}
},
]
Expand Down

0 comments on commit bc96980

Please sign in to comment.