terraform-community-modules / tf_aws_vpc

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

Make subnets optional #4

Closed directionless closed 8 years ago

directionless commented 8 years ago

A couple of small changes to make subnets optional. The first improves the count line, with the addition of compact(). (As discussed in https://github.com/hashicorp/terraform/issues/1604#issuecomment-155567822)

The second adds a default value to the variables to allow them to be made optional.