github.com/richardbowden/terraform@v0.6.12-0.20160901200758-30ea22c25211/examples/google-two-tier/output.tf (about) 1 output "pool_public_ip" { 2 value = "${google_compute_forwarding_rule.default.ip_address}" 3 } 4 5 output "instance_ips" { 6 value = "${join(" ", google_compute_instance.www.*.network_interface.0.access_config.0.assigned_nat_ip)}" 7 }