Skip to content

Commit fd5bf58

Browse files
authored
Fix README.md example (#89)
1 parent 849bb4b commit fd5bf58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "immutable_aws_backup" {
3131
3232
deployments = {
3333
"website-service" = {
34-
targets = ["ou-abcd-defghijk"]
34+
backup_targets = ["ou-abcd-defghijk"]
3535
min_retention_days = 7
3636
max_retention_days = 90
3737
backup_tag_key = "BackupPlan"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "immutable_aws_backup" {
3131
3232
deployments = {
3333
"website-service" = {
34-
targets = ["ou-abcd-defghijk"]
34+
backup_targets = ["ou-abcd-defghijk"]
3535
min_retention_days = 7
3636
max_retention_days = 90
3737
backup_tag_key = "BackupPlan"

0 commit comments

Comments
 (0)