v7.0.0
·
493 commits
to main
since this release
7.0.0 (2023-04-18)
Bug Fixes
- use_manual_address_prefixes input variable has been removed
BREAKING CHANGES
- Removed the input variable
use_manual_address_prefixes. The value of this variable is now computed by the module based on theaddress_prefixesinput variable. Ifaddress_prefixesvariable is set, then the modules determine that manual address prefix are used.
Note: in the event that use_manual_address_prefix=false (the default value) AND address_prefixes was specified, the VPC and everything deployed into it will be destroyed and it will be recreated when moving up to this version. To avoid this - BEFORE upgrading to this version of the module - set use_manual_address_prefix to true, and apply the change (terraform apply). You are now ready to upgrade to the new version without ending up in a VPC deletion.