github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/examples/alicloud-build-lnmp/outputs.tf (about)

     1  output "nginx_url" {
     2    value = "${element(split(",", alicloud_nat_gateway.default.bandwidth_packages.0.public_ip_addresses),1)}:80/test.php"
     3  }