Add context to net-lb-app-ext module (#3879)

This commit is contained in:
Luca Prete
2026-04-17 14:00:56 +02:00
committed by GitHub
parent a851638f15
commit 5ca68a3de0
10 changed files with 624 additions and 30 deletions

View File

@@ -20,7 +20,7 @@ resource "google_compute_backend_bucket" "default" {
for_each = var.backend_buckets_config
project = (
each.value.project_id == null
? var.project_id
? local.project_id
: each.value.project_id
)
name = coalesce(each.value.name, "${var.name}-${each.key}")