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.
1 parent df1808b commit 239f4c6Copy full SHA for 239f4c6
infrastructure/terraform/components/sandbox/module_kms.tf
@@ -7,8 +7,7 @@ module "kms" {
7
project = var.project
8
region = var.region
9
10
- name = "main"
11
- deletion_window = var.kms_deletion_window
12
- alias = "alias/${local.csi}"
13
- iam_delegation = true
+ name = "main"
+ deletion_window = var.kms_deletion_window
+ alias = "alias/${local.csi}"
14
}
0 commit comments