Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone

v4.12.3

29 Sep 16:53
1943ab5

Choose a tag to compare

4.12.3 (2023-09-29)

Bug Fixes

  • extend the kms output to the patterns (#588) (1943ab5)

v4.12.2

28 Sep 15:34
829e4d9

Choose a tag to compare

4.12.2 (2023-09-28)

Bug Fixes

  • revert back to original fscloud profile name to match the SCC revert (#589) (829e4d9)

v4.12.1

27 Sep 19:24
23c6af4

Choose a tag to compare

4.12.1 (2023-09-27)

Bug Fixes

  • update the ssh key related variable descriptions for the OCP pattern (#586) (23c6af4)

v4.12.0

26 Sep 08:35
96a2d93

Choose a tag to compare

4.12.0 (2023-09-26)

Features

  • added the following new outputs: key_management_name, key_management_crn, key_management_guid, key_rings, and key_map (#583) (96a2d93)

v4.11.1

25 Sep 14:22
b8bd6bd

Choose a tag to compare

4.11.1 (2023-09-25)

Bug Fixes

  • update profile_name in ibm_catalog.json to match the newly renamed FSCloud SCC profile name (#585) (b8bd6bd)

v4.11.0

22 Sep 12:50
162d7fc

Choose a tag to compare

4.11.0 (2023-09-22)

Features

  • add placement group details to outputs (#582) (162d7fc)

v4.10.1

20 Sep 15:25
09d1344

Choose a tag to compare

4.10.1 (2023-09-20)

Bug Fixes

  • update the default VSI image name to ibm-ubuntu-22-04-3-minimal-amd64-1 (#581) (09d1344)

v4.10.0

16 Sep 09:50
b835988

Choose a tag to compare

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

v4.9.2

14 Sep 09:10
6703f05

Choose a tag to compare

4.9.2 (2023-09-14)

Bug Fixes

  • fixed invalid validation for the vpc_placement_groups variable (#579) (6703f05)

v4.9.1

12 Sep 10:53
c68a696

Choose a tag to compare

4.9.1 (2023-09-12)

Bug Fixes

  • update the default VSI image name to ibm-ubuntu-22-04-2-minimal-amd64-1 (#572) (c68a696)