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
╷
│ Error: Invalid index
│
│ on marketplace.tf line 3, in locals:
│ 3: mp_version_id = var.marketplace_version_id[var.marketplace_listing]
│ ├────────────────
│ │ var.marketplace_listing is "GPU_OL8_NV550"
│ │ var.marketplace_version_id is map of string with 6 elements
│
│ The given key does not identify an element in this collection value.
╵
│ Error: Invalid index
When default (GPU_OL8_NV550) is used for the image type in the stack.
The text was updated successfully, but these errors were encountered:
conf/variables.tpl
containsWhich should be:
based on the contents of
variables.tf
.This results in:
When default (GPU_OL8_NV550) is used for the image type in the stack.
The text was updated successfully, but these errors were encountered: