Closed ghost closed 7 months ago
Fixed by changing line 56 in modules/f5xc/ce/aws/main.tf:
from
aws_sg_sli_ids = local.is_multi_nic ? length(var.aws_existing_sg_sli_ids > 0) ? var.aws_existing_sg_sli_ids : module.network_common.common["sg_sli_ids"] : []
to
aws_sg_sli_ids = local.is_multi_nic ? length(var.aws_existing_sg_sli_ids) > 0 ? var.aws_existing_sg_sli_ids : module.network_common.common["sg_sli_ids"] : []
I'm attempting to run the TF plan for single_node_multi_nic_new_vpc_new_subnet and I'm receiving the following error: