We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3047eb4 + d71c96f commit 64ffa45Copy full SHA for 64ffa45
terraform/backup/destination/main.tf
@@ -81,7 +81,7 @@ module "destination" {
81
source_account_id = var.source_account_id
82
kms_key = aws_kms_key.destination_backup_key.arn
83
enable_vault_protection = true
84
- vault_lock_type = "governance"
+ vault_lock_type = "compliance"
85
changeable_for_days = 14
86
vault_lock_min_retention_days = 7
87
}
0 commit comments