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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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, []))