unifio / terraform-aws-vpc

Terraform AWS VPC Stack
Mozilla Public License 2.0
33 stars 19 forks source link

Default AZ maps don't always work #2

Closed blakeneyops closed 9 years ago

blakeneyops commented 9 years ago

The availability zones that are VPC ready per region can vary between AWS accounts. There is no API call available to detect this prior to executing the apply. I've only observed this in us-east-1 where there are more than 3 AZs available.

It may also be desirable to allocate less than the maximum number of AZs in some scenarios.

blakeneyops commented 9 years ago

This issue only affects the included examples and not the module itself.