You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
╵