terraform/examples/aws-networking/subnet/outputs.tf

4 lines
57 B
HCL

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