Skip to content

Commit

Permalink
Add default_vpc_cidr as output
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenAP committed Nov 29, 2018
1 parent b8af19b commit 6ed0b51
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data_providers/local-get-data/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,9 @@ output "default_vpc_id" {

output "default_vpc_route_table_id" {
value = "${data.aws_route_table.default_vpc_route_table.route_table_id}"
}
}

output "default_vpc_cidr" {
value = "${data.aws_vpc.default_vpc.cidr_block}"
}

0 comments on commit 6ed0b51

Please sign in to comment.