Skip to content

v2.5.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 30 Jan 19:56
· 31 commits to master since this release
61a7560
Fix VPC legacy default subnet distribution (#1210)

Fixes #1204 

- Assuming all subnets are the same size is overly cautious and breaks
some existing setups.
- Maintain the new special case for single subnet layouts to use the
whole of small VPCs.
- This will now fail and require manual layout for smaller VPCs with
either:
   - More than 1 private subnets
   - More than 2 public subnets
   - More than 1 public subnets and more than 4 isolated subnets