terraform-community-modules / tf_aws_vpc

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-vpc
Other
210 stars 203 forks source link

add output default_security_group_id #16

Closed neerfri closed 8 years ago

neerfri commented 8 years ago

This allows using the default security group of the VPC. Rules for the security group can be defined outside of this module by using security_group_rule

clstokes commented 8 years ago

LGTM. Thanks!