terraform-community-modules / tf_aws_vpc

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

Handle multiple subnets per AZ #31

Closed typerlc closed 7 years ago

typerlc commented 7 years ago

The old version indexed directly on the var.azs array, but this won't wrap around if more than 1 subnet was defined for each AZ. Using "elements" fixes this.