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

4 lines
88 B
Terraform
Raw Normal View History

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