Merge branch 'master' into net-lb-proxy-int

This commit is contained in:
apichick
2023-07-31 17:43:07 +02:00
committed by GitHub
3 changed files with 8 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ resource "google_cloudfunctions2_function" "function" {
}
resource "google_cloudfunctions2_function_iam_binding" "default" {
for_each = var.iam
for_each = local.iam
project = var.project_id
location = google_cloudfunctions2_function.function.location
cloud_function = google_cloudfunctions2_function.function.name