github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/examples/aws-networking/subnet/outputs.tf (about)

     1  output "subnet_id" {
     2    value = "${aws_subnet.main.id}"
     3  }