1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-22 20:00:49 +02:00
typhoon/google-cloud/container-linux/kubernetes/controllers/outputs.tf
Dalton Hubble c6ec6596d8 Minor cleanup for zones, docs, and outputs
* Spread across all zones, regardless of UP/DOWN state
* Remove unused outputs of private IPs
2017-11-06 00:56:26 -08:00

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}"]
}