Allow custom names and descriptions for load balancer components (#3223)

* feat: Changes for migrating resources to GLB module

* Updated Readme

* Added support for null description

* Added support for empty string

* Added default optional values

* Changed Readme

* Corrected description according to readme

* Added name and description changes for net-lb-app-ext-regional

* Added name and description changes for net-lb-app-int

* Added name and description changes for net-lb-app-int-cross-region

* Added name and description changes for net-lb-proxy-int

* Added name and description changes for net-lb-ext

* Added name and description changes for net-lb-int

* Changed Readme docs
This commit is contained in:
Ayush Gupta
2025-07-18 11:39:50 +05:30
committed by GitHub
parent 8ce4171162
commit 4035b35af3
47 changed files with 160 additions and 128 deletions

View File

@@ -27,7 +27,7 @@ resource "google_compute_url_map" "default" {
provider = google-beta
project = var.project_id
name = var.name
description = var.description
description = var.urlmap_config.description
default_service = (
var.urlmap_config.default_service == null ? null : lookup(
local.backend_ids,