1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-29 15:31:39 +02:00
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}"
}