github.com/candidpartners/terraform@v0.9.5-0.20171005231213-29f5f88820f6/examples/aws-networking/region/outputs.tf (about) 1 output "vpc_id" { 2 value = "${aws_vpc.main.id}" 3 } 4 5 output "primary_subnet_id" { 6 value = "${module.primary_subnet.subnet_id}" 7 } 8 9 output "secondary_subnet_id" { 10 value = "${module.secondary_subnet.subnet_id}" 11 }