1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-29 15:31:39 +02:00
typhoon/google-cloud/container-linux/kubernetes/outputs.tf
2017-07-24 19:41:36 -07:00

4 lines
79 B
HCL

output "ingress_static_ip" {
value = "${module.workers.ingress_static_ip}"
}