diff --git a/modules/aws-backup/docs/header.md b/modules/aws-backup/docs/header.md index d1c0409b4..7eefad250 100644 --- a/modules/aws-backup/docs/header.md +++ b/modules/aws-backup/docs/header.md @@ -76,14 +76,14 @@ module "backup" { # vault_region = "eu-west-1" # vault_tags = { # "one" = "two" - # "tree" = "four" + # "three" = "four" # } } ] } ``` -In the account that you will made backups and sending to other account +In the account that will make backups and send them to another account ```hcl module "backup" { @@ -93,7 +93,7 @@ module "backup" { # vault_region = "eu-west-1" # vault_tags = { # "one" = "two" - # "tree" = "four" + # "three" = "four" # } plan = [{ name = "only-rds-daily-backup"