│ Error: Invalid index
│
│ on .terraform/modules/vpc/main.tf line 138, in module "bastion":
│ 138: key_name = aws_key_pair.bastion[0].key_name
│ ├────────────────
│ │ aws_key_pair.bastion is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.