matched the period

This commit is contained in:
Dave Gulli
2023-09-11 20:50:18 +10:00
parent f76d8fcb52
commit 3208bcd9d5

View File

@@ -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 }
}