github.com/adrian-bl/terraform@v0.7.0-rc2.0.20160705220747-de0a34fc3517/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  }