Skip to content

v2.1.0

Compare
Choose a tag to compare
@itsdalmo itsdalmo released this 17 Jul 12:55
· 52 commits to master since this release
5f8d562

Added support for specifying availability_zones, public_subnet_cidrs and private_subnet_cidrs (replaces private_subnet_count), to give more control over the number of public/private subnets and their sizes.

This means that if you are coming from a previous version of this module and had private_subnet_count set to a non-zero value, you will be required to specify your private_subnet_cidrs = [<values>...] when upgrading.