fixed up nit from PR 1666

This commit is contained in:
Dave Gulli 2023-09-14 13:15:00 +10:00
parent e19f332dcf
commit 819b4aab5c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ resource "google_compute_subnetwork" "proxy_only" {
)
purpose = try(
each.value.purpose,
each.value.global != false
each.value.global == true
? "GLOBAL_MANAGED_PROXY"
: "REGIONAL_MANAGED_PROXY"
)