Skip to content

v4.6.0

Latest

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 13 Nov 16:33
v4.6.0
f4b4157

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)