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 .terraform\modules\test\main.tf line 36, in locals:
│ 36: cbd_security_group_id = local.create_security_group ? one(aws_security_group.cbd[*].id) : var.target_security_group_id[0]
│ ├────────────────
│ │ var.target_security_group_id is empty list of string
│
│ The given key does not identify an element in this collection value.
The text was updated successfully, but these errors were encountered:
Describe the Bug
terraform apply fails with the code below
with the error below
The text was updated successfully, but these errors were encountered: