Skip to content

Releases: terraform-ibm-modules/terraform-ibm-icd-elasticsearch

v1.25.1

14 Dec 00:17
v1.25.1
e76449e

Choose a tag to compare

1.25.1 (2024-12-14)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#368) (e76449e)

v1.25.0

11 Dec 17:19
v1.25.0
15af9b4

Choose a tag to compare

1.25.0 (2024-12-11)

Root module updates:

  • existing_kms_instance_guid is no longer a supported input. The code will now parse the GUID from the KMS key CRN
  • added new input use_same_kms_key_for_backups to give more control over KMS key usage
  • kms_encryption_enabled has been renamed to use_ibm_owned_encryption_key

fscloud submodule updates:

  • added new inputs use_default_backup_encryption_key and use_same_kms_key_for_backups

DA updates

  • Removed the input existing_backup_kms_instance_crn. If you want to use a different KMS key for backups, you can use the existing_backup_kms_key_crn input to use an existing key. The DA only supports creating an new key that will be used for both data and backups encryption.
  • The skip_iam_authorization_policy input has been renamed to skip_es_kms_auth_policy
  • If passing a value for ibmcloud_kms_api_key, and creating a KMS auth policy, that policy will now be scoped to the exact KMS key.

(#363) (15af9b4)

v1.24.1

06 Dec 18:01
v1.24.1
f60dd49

Choose a tag to compare

1.24.1 (2024-12-06)

Bug Fixes

  • updated the DA to claim controls from the IBM Cloud Framework for Financial Services version 1.7.0 profile (#361) (f60dd49)

v1.24.0

03 Dec 20:31
v1.24.0
367259a

Choose a tag to compare

1.24.0 (2024-12-03)

Features

  • DA solution - added support for backups and backup encryption (#336)
    - new DA input backup_crn to support creation from a backup
    - new DA inputs existing_backup_kms_key_crn and existing_backup_kms_instance_crn to allow using a different encryption key for backups (367259a)

v1.23.10

01 Dec 16:07
v1.23.10
f3a7129

Choose a tag to compare

1.23.10 (2024-12-01)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/secrets-manager/ibm to v1.19.2 (#356) (f3a7129)

v1.23.9

30 Nov 18:25
v1.23.9
955b48c

Choose a tag to compare

1.23.9 (2024-11-30)

Bug Fixes

  • deps: update terraform ibm to latest for the deployable architecture solution (#352) (955b48c)

v1.23.8

30 Nov 10:36
v1.23.8
4454405

Choose a tag to compare

1.23.8 (2024-11-30)

Bug Fixes

v1.23.7

30 Nov 03:55
v1.23.7
3ea28d3

Choose a tag to compare

1.23.7 (2024-11-30)

Bug Fixes

v1.23.6

29 Nov 20:16
v1.23.6
9d73b07

Choose a tag to compare

1.23.6 (2024-11-29)

Bug Fixes

v1.23.5

25 Nov 15:22
v1.23.5
337e077

Choose a tag to compare

1.23.5 (2024-11-25)

Bug Fixes

  • mark existing_kms_instance_crn as required instead of existing_kms_key_crn in the DA (#351) (337e077)