v3.7.0
·
509 commits
to main
since this release
3.7.0 (2023-05-03)
Dependency updates:
- terraform-ibm-landing-zone-vpc v6.0.1 -> v7.0.1
- Required IBM terraform provider is now >= 1.52.0
Consumer update actions:
Consumers using override.json and looking to update to this version need to:
- modify their JSON to remove
use_manual_address_prefixesfrom thevpcsarray, as this was removed in terraform-ibm-landing-zone-vpc 7.x - add an
address_prefixesmap to all of the VPC items in thevpcsarray. For example:
"address_prefixes": {
"zone-1": [],
"zone-2": [],
"zone-3": []
}
NB: If address_prefixes is not set, the VPC 7.x module will assume "auto prefix" and attempt to destroy/create the VPC