From 3208bcd9d5e22c5070391b78a5f72247e005a993 Mon Sep 17 00:00:00 2001 From: Dave Gulli Date: Mon, 11 Sep 2023 20:50:18 +1000 Subject: [PATCH] matched the period --- modules/net-vpc/outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/net-vpc/outputs.tf b/modules/net-vpc/outputs.tf index 46e04b0b..4f956a3a 100644 --- a/modules/net-vpc/outputs.tf +++ b/modules/net-vpc/outputs.tf @@ -129,7 +129,7 @@ output "subnets" { } output "subnets_global_proxy_only" { - description = "Cross-region internal L7 ILB resources" + description = "Cross-region internal L7 ILB resources." value = { for k, v in google_compute_subnetwork.global_proxy_only : k => v } }