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