Skip to content

Commit

Permalink
Merge pull request #34 from ShaperTools/master
Browse files Browse the repository at this point in the history
Added default security group ID as output for base stack
  • Loading branch information
yuhunglin authored Aug 7, 2018
2 parents 7580cdc + bf93061 commit 5c1b475
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 5c1b475

Please sign in to comment.