github.com/paybyphone/terraform@v0.9.5-0.20170613192930-9706042ddd51/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 }