github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/examples/aws-networking/subnet/outputs.tf (about)

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