v7.13.3
·
327 commits
to main
since this release
7.13.3 (2023-12-18)
Bug Fixes
- Resolve the issue where the VPC stack continues to auto-generate address prefixes, despite having subnet address prefixes explicitly passed to the module. (#679) (e3640c6)
IMPORTANT NOTE:
If you are using the module in a previous version, and passing only subnets as inputs with address_prefixes set to null or not set, upgrading to this version may cause the VPC to be deleted and recreated because the VPC configuration will change from address_prefix_management being set to "auto" to being set to "manual":
~ address_prefix_management = "auto" -> "manual" # forces replacement .