Commit 50d15880 authored by René Scheibe's avatar René Scheibe Committed by Anton Babenko

Add "default_route_table_id" to outputs (#41)

parent d53f96dd
......@@ -19,6 +19,11 @@ output "default_network_acl_id" {
value = "${aws_vpc.this.default_network_acl_id}"
}
output "default_route_table_id" {
description = "The ID of the default route table"
value = "${aws_vpc.this.default_route_table_id}"
}
# Subnets
output "private_subnets" {
description = "List of IDs of private subnets"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment