github.com/alkar/terraform@v0.9.6-0.20170517124458-a4cddf6ebf59/examples/aws-networking/subnet/outputs.tf (about)

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