Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

1-nic examples deployment failing #39

@codygreen

Description

@codygreen

Error: Invalid index

on ../../main.tf line 75, in resource "aws_instance" "f5_bigip":
75: for_each = toset([aws_network_interface.mgmt[count.index].id])
|----------------
| aws_network_interface.mgmt is empty tuple
| count.index is 1

The given key does not identify an element in this collection value.

Error: Invalid index

on ../../main.tf line 75, in resource "aws_instance" "f5_bigip":
75: for_each = toset([aws_network_interface.mgmt[count.index].id])
|----------------
| aws_network_interface.mgmt is empty tuple
| count.index is 0

The given key does not identify an element in this collection value.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions