typhoon/google-cloud/container-linux/kubernetes/outputs.tf

4 lines
79 B
HCL

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