Update core-dev.tf

This commit is contained in:
Ludovico Magnocavallo
2022-01-19 17:03:58 +01:00
committed by GitHub
parent 0bebcbf6d6
commit 4e02f4475a

View File

@@ -43,6 +43,7 @@ module "dev-sec-kms" {
}
# TODO(ludo): add support for conditions to Fabric modules
# TODO(ludo): grant delegated role at key instead of project level
resource "google_project_iam_member" "dev_key_admin_delegated" {
for_each = toset(try(var.kms_restricted_admins.dev, []))