Releases: terraform-ibm-modules/terraform-ibm-event-notifications
Releases · terraform-ibm-modules/terraform-ibm-event-notifications
v2.3.2
v2.3.1
v2.3.0
v2.2.7
2.2.7 (2025-05-19)
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. ╵