Skip to content

Commit

Permalink
Added default security group ID as output for base stack
Browse files Browse the repository at this point in the history
  • Loading branch information
edahlseng committed Jul 25, 2018
1 parent 7580cdc commit bf93061
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ output "rt_dmz_id" {
output "vpc_id" {
value = "${aws_vpc.vpc.id}"
}

output "vpc_default_security_group_id" {
value = "${aws_vpc.vpc.default_security_group_id}"
}

0 comments on commit bf93061

Please sign in to comment.