Skip to content

Commit

Permalink
Merge pull request #1676 from GoogleCloudPlatform/remediate_nit_from_…
Browse files Browse the repository at this point in the history
…PR1666

fixed up nit from PR 1666
  • Loading branch information
dgulli authored Sep 14, 2023
2 parents e19f332 + 819b4aa commit eab298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net-vpc/subnets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit eab298f

Please sign in to comment.