typhoon/google-cloud/container-linux/workers/outputs.tf
2017-07-24 19:41:36 -07:00

4 lines
88 B
HCL

output "ingress_static_ip" {
value = "${google_compute_address.ingress-ip.address}"
}