Releases: terraform-ibm-modules/terraform-ibm-landing-zone
Releases · terraform-ibm-modules/terraform-ibm-landing-zone
v4.12.3
v4.12.2
v4.12.1
v4.12.0
v4.11.1
v4.11.0
v4.10.1
v4.10.0
4.10.0 (2023-09-16)
Updates (#580) (b835988)
This release includes an upgrade to the terraform-ibm-landing-zone-vpc module (v7.5.0) which changed how the default VPC Security Group and ACL can be cleaned of rules (less permissive).
terraform-ibm-landing-zone-vpc v7.5.0
The VPC module upgrade has changed the inputs required to clean the sg/acl and this release of landing zone also incorporates the following changes:
- REMOVED: clean_default_security_group and clean_default_acl from VPC configuration
- ADDED: clean_default_sg_acl to VPC configuration
Upgrade Notes:
After upgrade to this version, you may notice the following resources are marked for destroy during your next terraform plan phase. This is expected, does not have any impact on your provisioned infrastructure, as we have retired the scripts that were executed by these null_resource blocks and they are not needed.
module.landing_zone.module.vpc["management"].null_resource.clean_default_acl[0] will be destroyed
module.landing_zone.module.vpc["management"].null_resource.clean_default_security_group[0] will be destroyed