github.com/greysond/terraform@v0.8.5-0.20170124173113-439b5507bbe9/examples/google-internal-load-balancing/output.tf (about) 1 output "internal_load_balancer_ip" { 2 value = "${google_compute_forwarding_rule.my-int-lb-forwarding-rule.ip_address}" 3 }