Skip to content

Commit

Permalink
Merge pull request #12 from telia-oss/larstobi-patch-1
Browse files Browse the repository at this point in the history
Output cidr_block
  • Loading branch information
larstobi committed Feb 15, 2019
2 parents 1218012 + 8b9d3e6 commit 6addb8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ output "main_route_table_id" {
description = "The ID of the main route table."
value = "${aws_vpc.main.main_route_table_id}"
}

output "cidr_block" {
description = "The cidr_block of the VPC."
value = "${aws_vpc.main.cidr_block}"
}

0 comments on commit 6addb8f

Please sign in to comment.