Skip to content

v2.2.7

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 19 May 17:54
· 28 commits to main since this release
v2.2.7
7f06510

2.2.7 (2025-05-19)

(#457) (7f06510)

Bug Fixes

  • fixed bug in DA that was producing the following error:
    │ Error: Invalid index
    │ 
    │   on main.tf line 55, in locals:
    │   55:   cos_kms_key_crn = var.existing_event_notifications_instance_crn != null ? null : var.existing_kms_root_key_crn != null ? var.existing_kms_root_key_crn : module.kms[0].keys[format("%s.%s", local.en_key_ring_name, local.cos_key_name)].crn
    │     ├────────────────
    │     │ module.kms is empty tuple
    │ 
    │ The given key does not identify an element in this collection value: the collection has no elements.
    ╵