github.com/richardmarshall/terraform@v0.9.5-0.20170429023105-15704cc6ee35/examples/digitalocean/outputs.tf (about)

     1  output "Public ip" {
     2    value = "${digitalocean_droplet.mywebserver.ipv4_address}"
     3  }
     4  
     5  output "Name" {
     6    value = "${digitalocean_droplet.mywebserver.name}"
     7  }