v2.0.1
🐛 Bug Fixes
Fix public-only subnets @Nuru (#162)
what
- Fix configuration of public subnets when private subnets are not created
why
- Bug fix
Create public subnets only when `public_subnets_enabled` is `true` @triThirty (#163)
what
To check if create public subnet when set public_subnets_enabled false
why
Currently, when set set public_subnets_enabled false, module still creates public subnet, according to the logic of creating private subnet, there should be a check if public_subnets_enabled is false, not creating public subnet.
references
Slack thread: https://sweetops.slack.com/archives/CCT1E7JJY/p1652862041154429