Skip to content

v1.26.3

Choose a tag to compare

@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 01 Apr 09:46

1.26.3 (2025-04-01)

Fixes

  • added a fix to KMS key validation that was causing the following error when passing an existing Secrets Manager instance:

    │ Error: Invalid function argument
    │ 
    │   on ../../main.tf line 21, in locals:
    │   21:   validate_is_hpcs_key = var.is_hpcs_key && local.kms_service_name != "hs-crypto" ? tobool("When is_hpcs_key is set to true then the key provided through kms_key_crn must be a Hyper Protect Crypto Services key") : true
    │     ├────────────────
    │     │ while calling tobool(v)
    │ 
    │ Invalid value for "v" parameter: cannot convert "When is_hpcs_key is set to true then the key provided through kms_key_crn must be a Hyper Protect Crypto Services key" to bool; only the strings
    │ "true" or "false" are allowed.