mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 05:19:32 +01:00
c6ec6596d8
* Spread across all zones, regardless of UP/DOWN state * Remove unused outputs of private IPs
8 lines
213 B
HCL
8 lines
213 B
HCL
output "etcd_fqdns" {
|
|
value = ["${null_resource.repeat.*.triggers.domain}"]
|
|
}
|
|
|
|
output "ipv4_public" {
|
|
value = ["${google_compute_instance.controllers.*.network_interface.0.access_config.0.assigned_nat_ip}"]
|
|
}
|