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

Description
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.