Skip to content

Releases: terraform-ibm-modules/terraform-ibm-event-streams

v4.6.0

13 Nov 16:33
v4.6.0
f4b4157

Choose a tag to compare

4.6.0 (2025-11-13)

Features

  • The service_credential_names input has been renamed to resource_keys. It now supports creating multiple keys with different roles and allows you to specify the endpoint to use. It also now supports the "NONE" role type. See below for sample usage.

    [
      {
        "name": "reader-resource-key",
        "role": "Reader",
        "endpoint": "private"
      },
      {
        "name": "writer-resource-key",
        "role": "Writer"
        "endpoint": "public"
      }
    ]
  • The service_credentials_json and service_credentials_object outputs have been replaced by a resource_keys output. (#472) (f4b4157)

v4.5.0

12 Nov 08:19
v4.5.0
1bc9777

Choose a tag to compare

4.5.0 (2025-11-12)

Features

  • Added Next Steps to the DA deployment end screen for easier navigation (#496) (1bc9777)

v4.4.2

09 Nov 16:16
v4.4.2
2ff3a6b

Choose a tag to compare

4.4.2 (2025-11-09)

Bug Fixes

v4.4.1

30 Oct 11:51
v4.4.1
306ad9b

Choose a tag to compare

4.4.1 (2025-10-30)

Bug Fixes

  • deps: update DA to run on terraform v1.12.2 (#494) (306ad9b)

v4.4.0

29 Oct 17:06
v4.4.0
82f5536

Choose a tag to compare

4.4.0 (2025-10-29)

Features

  • updated the mirroring input to support optionally setting "schemas". Allowed values are proxied, read-only, or inactive (#482) (82f5536)

v4.3.0

28 Oct 15:36
v4.3.0
eb91e2f

Choose a tag to compare

4.3.0 (2025-10-28)

Features

v4.2.4

28 Oct 10:11
v4.2.4
5fe1682

Choose a tag to compare

4.2.4 (2025-10-28)

Bug Fixes

v4.2.3

25 Oct 19:11
v4.2.3
d763ccc

Choose a tag to compare

4.2.3 (2025-10-25)

Bug Fixes

  • deps: update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.4.5 (#490) (d763ccc)

v4.2.2

25 Oct 08:22
v4.2.2
c6766c2

Choose a tag to compare

4.2.2 (2025-10-25)

Bug Fixes

v4.2.1

25 Oct 03:15
v4.2.1
3a7c629

Choose a tag to compare

4.2.1 (2025-10-25)

Bug Fixes