terraform fmt

This commit is contained in:
Dave Gulli 2023-09-13 16:58:50 +10:00
parent 09e6e8f4d2
commit ced8e498f8
1 changed files with 2 additions and 1 deletions

View File

@ -139,7 +139,8 @@ resource "google_compute_subnetwork" "proxy_only" {
each.value.purpose,
each.value.global != false
? "GLOBAL_MANAGED_PROXY"
: "REGIONAL_MANAGED_PROXY")
: "REGIONAL_MANAGED_PROXY"
)
role = each.value.active != false ? "ACTIVE" : "BACKUP"
}