mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-16 23:31:34 +02:00
Minor cleanup for zones, docs, and outputs
* Spread across all zones, regardless of UP/DOWN state * Remove unused outputs of private IPs
This commit is contained in:
@ -30,7 +30,7 @@ resource "google_compute_target_pool" "controllers" {
|
||||
name = "${var.cluster_name}-controller-pool"
|
||||
|
||||
instances = [
|
||||
"${formatlist("%s/%s", google_compute_instance.controllers.*.zone, google_compute_instance.controllers.*.name)}"
|
||||
"${formatlist("%s/%s", google_compute_instance.controllers.*.zone, google_compute_instance.controllers.*.name)}",
|
||||
]
|
||||
|
||||
health_checks = [
|
||||
|
Reference in New Issue
Block a user