Skip to content

Commit 64ffa45

Browse files
Merge pull request #5586 from nhsuk/MAV-1866_lock_backup_vault
Enable compliance mode
2 parents 3047eb4 + d71c96f commit 64ffa45

File tree

1 file changed

+1
-1
lines changed
  • terraform/backup/destination

1 file changed

+1
-1
lines changed

terraform/backup/destination/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module "destination" {
8181
source_account_id = var.source_account_id
8282
kms_key = aws_kms_key.destination_backup_key.arn
8383
enable_vault_protection = true
84-
vault_lock_type = "governance"
84+
vault_lock_type = "compliance"
8585
changeable_for_days = 14
8686
vault_lock_min_retention_days = 7
8787
}

0 commit comments

Comments
 (0)