terraform-ibm-modules / terraform-ibm-event-notifications

A module for creating IBM Cloud Event Notifications
Apache License 2.0
1 stars 2 forks source link

Invalid index error seen with EN DA #299

Open ocofaigh opened 2 days ago

ocofaigh commented 2 days ago

Event Notifications DA is failing with:

 2024/09/25 16:07:25 Terraform plan | Error: Invalid index
 2024/09/25 16:07:25 Terraform plan | 
 2024/09/25 16:07:25 Terraform plan |   on main.tf line 29, in locals:
 2024/09/25 16:07:25 Terraform plan |   29:   en_kms_key_id                    = local.existing_kms_root_key_id != null ? local.existing_kms_root_key_id : module.kms[0].keys[format("%!s(MISSING).%!s(MISSING)", local.en_key_ring_name, local.en_key_name)].key_id
 2024/09/25 16:07:25 Terraform plan |     ├────────────────
 2024/09/25 16:07:25 Terraform plan |     │ module.kms is empty tuple
 2024/09/25 16:07:25 Terraform plan | 
 2024/09/25 16:07:25 Terraform plan | The given key does not identify an element in this collection value: the
 2024/09/25 16:07:25 Terraform plan | collection has no elements.
 2024/09/25 16:07:25 Terraform plan | 
 2024/09/25 16:07:25 Terraform plan | Error: Invalid index
 2024/09/25 16:07:25 Terraform plan | 
 2024/09/25 16:07:25 Terraform plan |   on main.tf line 33, in locals:
 2024/09/25 16:07:25 Terraform plan |   33:   cos_kms_key_crn                  = var.existing_cos_bucket_name != null ? null : var.existing_kms_root_key_crn != null ? var.existing_kms_root_key_crn : module.kms[0].keys[format("%!s(MISSING).%!s(MISSING)", local.cos_key_ring_name, local.cos_key_name)].crn
 2024/09/25 16:07:25 Terraform plan |     ├────────────────
 2024/09/25 16:07:25 Terraform plan |     │ module.kms is empty tuple
 2024/09/25 16:07:25 Terraform plan | 
 2024/09/25 16:07:25 Terraform plan | The given key does not identify an element in this collection value: the
 2024/09/25 16:07:25 Terraform plan | collection has no elements.

Here are the inputs used: image image

ocofaigh commented 2 days ago

Possibly introduced with https://github.com/terraform-ibm-modules/terraform-ibm-event-notifications/pull/267