Skip to content

Commit 239f4c6

Browse files
committed
CCM-8585: rm unused kms key opt
1 parent df1808b commit 239f4c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

infrastructure/terraform/components/sandbox/module_kms.tf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module "kms" {
77
project = var.project
88
region = var.region
99

10-
name = "main"
11-
deletion_window = var.kms_deletion_window
12-
alias = "alias/${local.csi}"
13-
iam_delegation = true
10+
name = "main"
11+
deletion_window = var.kms_deletion_window
12+
alias = "alias/${local.csi}"
1413
}

0 commit comments

Comments
 (0)