github cloudposse/terraform-aws-dynamic-subnets 2.0.1
v2.0.1

latest releases: 2.4.2, v2, 2.4.1...
2 years ago

🐛 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

Don't miss a new terraform-aws-dynamic-subnets release

NewReleases is sending notifications on new releases.