diff --git a/main.tf b/main.tf index 241c9c6..0c0fc71 100644 --- a/main.tf +++ b/main.tf @@ -71,6 +71,7 @@ resource "google_compute_global_address" "global_ip" { purpose = var.global && var.address_type == "INTERNAL" ? "VPC_PEERING" : null prefix_length = local.prefix_length ip_version = var.ip_version + labels = var.labels description = try(element(var.descriptions, count.index), null) }