Skip to content

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

v5.15.3

27 Feb 08:27
f74a3ec

Choose a tag to compare

5.15.3 (2024-02-27)

Bug Fixes

  • update required ibm provider version to < 1.7 (#726) (f74a3ec)

v5.15.2

16 Feb 18:05
1d76baa

Choose a tag to compare

5.15.2 (2024-02-16)

Bug Fixes

  • updated required provider version constraints to not allow major version updates (#714) (1d76baa)

v6.0.7-rc-do-not-use

15 Feb 03:29

Choose a tag to compare

v6.0.7-rc-do-not-use Pre-release
Pre-release

DO NOT USE - THIS RELEASE WILL BE DELETED.

v6.0.6-rc-do-not-use

14 Feb 05:13

Choose a tag to compare

v6.0.6-rc-do-not-use Pre-release
Pre-release

DO NOT USE - THIS RELEASE WILL BE DELETED.

v5.14.0-public

13 Feb 10:32

Choose a tag to compare

v5.14.0-public Pre-release
Pre-release
feat: make ocp cluster public

v5.15.1

06 Feb 20:02
ff1e52e

Choose a tag to compare

5.15.1 (2024-02-06)

Bug Fixes

  • deps: update terraform ibm to 1.62.0 for the landing zone DAs (#698) (ff1e52e)

v5.15.0

06 Feb 13:03
965e41c

Choose a tag to compare

5.15.0 (2024-02-06)

Features

  • removed support for passing the string latest for ocp/kube version to ensure an untested version cannot be used (#692) (965e41c)

v5.14.1

06 Feb 10:02
9d4fe27

Choose a tag to compare

5.14.1 (2024-02-06)

Bug Fixes

  • Updated to landing-zone-vpc 7.16.1 which contains a fix for a Terraform bug with a conditional statement. Instead of ternary style we are switching to a "for loop with if condition" style for the ACL resource to avoid the bug. (#701) (9d4fe27)

v5.14.0

31 Jan 17:20
1a86108

Choose a tag to compare

5.14.0 (2024-01-31)

Features

  • removed the update_all_workers option (#684) (1a86108)

v5.13.1

31 Jan 13:22
6bcc77c

Choose a tag to compare

5.13.1 (2024-01-31)

Bug Fixes (#693) (6bcc77c)

  • fix the way service endpoint type is passed to Key Protect. When upgrading to this version, you will see an expected update in place, such as this:
 ~ resource "ibm_resource_instance" "kms" {
      id                      = "crn:v1:bluemix:public:kms:us-east:a/abac0df06b644a9cabc6e44f55b3880e:a8fd5ab8-803f-4d8d-b4a8-ed6617eff7ae::"
      name                    = "slz-kms"
    + parameters              = {
        + "allowed_network" = "public-and-private"
      }
      tags                    = []
      # (33 unchanged attributes hidden)
  }