Update main.tf (#2082)

This commit is contained in:
Ludovico Magnocavallo 2024-02-16 17:15:21 +03:00 committed by GitHub
parent e02d871d58
commit b408494a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ module "gke-project-0" {
iam_bindings_additive = { iam_bindings_additive = {
for r in local.gke_nodes_sa_roles : "gke-nodes-sa-${r}" => { for r in local.gke_nodes_sa_roles : "gke-nodes-sa-${r}" => {
member = module.gke-nodes-service-account.iam_email member = module.gke-nodes-service-account.iam_email
role = r role = "roles/${r}"
} }
} }
services = concat( services = concat(