Add context to net-lb-app-ext module (#3879)
This commit is contained in:
@@ -25,7 +25,7 @@ locals {
|
||||
|
||||
resource "google_compute_url_map" "default" {
|
||||
provider = google-beta
|
||||
project = var.project_id
|
||||
project = local.project_id
|
||||
name = var.name
|
||||
description = var.urlmap_config.description
|
||||
default_service = (
|
||||
|
||||
Reference in New Issue
Block a user