Skip to content

Commit

Permalink
Change description in line 15
Browse files Browse the repository at this point in the history
  • Loading branch information
aric-flor-cf authored Aug 1, 2024
1 parent adfe79e commit 9b7363e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "aws_backup_plan" "default-policy-backup-plan" {
rule_name = var.backup_rule_name
target_vault_name = aws_backup_vault.backup-vault.name
schedule = var.backup_schedule
# Delete after 7 days (maintain daily backups for a week)
# Delete after 14 days (maintain daily backups for two weeks)
lifecycle {
delete_after = var.delete_after
}
Expand All @@ -36,4 +36,4 @@ resource "aws_backup_selection" "default-policy-backup-selection" {
key = "backup_policy"
value = var.backup_selection_tag_value
}
}
}

0 comments on commit 9b7363e

Please sign in to comment.