github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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  }