Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/aws-backup/docs/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand All @@ -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"
Expand Down