Skip to content

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

v4.9.0

11 Sep 11:59
1c27943

Choose a tag to compare

4.9.0 (2023-09-11)

Features

  • You can now use keys that you created outside this module or from different accounts. You specify the key CRN in the "existing_key_crn" field. When using an existing key crn, user must have an authentication policy that allows the block-storage, cloud-object-storage and secrets-manager to access the Key Management Service in the external account. (#547) (1c27943)
    For example:
  "key_management": {
      "keys": [
          {
              "key_ring": "slz-slz-ring",
              "name": "slz-slz-key",
              "root_key": true
          },
          {
              "name": "slz-atracker-key",
              "existing_key_crn": "xxxx-xxx-xxx"
          }
      ],
      "name": "slz-slz-kms",
      "resource_group": "slz-service-rg",
      "use_hs_crypto": false
  }

v4.8.0

08 Sep 12:54
459d6c8

Choose a tag to compare

4.8.0 (2023-09-08)

Features

  • exposed new boolean variable transit_gateway_global which allows you to enable connecting to the networks outside the associated region (only applicable if transit gateway is enabled) (#570) (459d6c8)

v4.7.0

07 Sep 13:13
e20853c

Choose a tag to compare

4.7.0 (2023-09-07)

Features

  • update the existing_ssh_key_name variable to be a vpc_ssh_key type in catalog (#569) (e20853c)

v4.6.5

07 Sep 09:55
be30022

Choose a tag to compare

4.6.5 (2023-09-07)

Bug Fixes

  • updated the description of the OCP prefix variable (#568) (be30022)

v4.6.4

05 Sep 15:16
d466a2b

Choose a tag to compare

4.6.4 (2023-09-05)

Bug Fixes

  • revert back to fscloud 1.3.0 for catalog DAs (#566) (d466a2b)

v4.6.3

04 Sep 15:07
2d46352

Choose a tag to compare

4.6.3 (2023-09-04)

Bug Fixes

  • fix the VSI quickstart pattern where new variables were incorrectly introduced (#548) (2d46352)

v4.6.2

03 Sep 15:06
058f423

Choose a tag to compare

4.6.2 (2023-09-03)

Bug Fixes

v4.6.1

03 Sep 09:19
d84e2c0

Choose a tag to compare

4.6.1 (2023-09-03)

Bug Fixes

v4.6.0

25 Aug 17:34
26f0d20

Choose a tag to compare

4.6.0 (2023-08-25)

Features

  • Add OCP boot volume KMS encryption support (NOTE: Enabled by default for new clusters, but will not be enabled when upgrading from previous version as encryption can only occur at initial provision time) (#534) (26f0d20)

v4.5.5

24 Aug 10:26
39f1a6f

Choose a tag to compare

4.5.5 (2023-08-24)

Bug Fixes

  • update required ibm provider version to >= 1.56.1 (#545) (39f1a6f)