mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 18:51:33 +02:00
Rerun terraform fmt
This commit is contained in:
@ -23,6 +23,7 @@ locals {
|
||||
# TCP proxy load balancers require a fixed number of zonal backends. Spread
|
||||
# controllers over up to 3 zones, since all GCP regions have at least 3.
|
||||
zones = "${slice(data.google_compute_zones.all.names, 0, 3)}"
|
||||
|
||||
controllers_ipv4_public = ["${google_compute_instance.controllers.*.network_interface.0.access_config.0.assigned_nat_ip}"]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user