Tomas Moreno
10/13/2023, 6:38 PMbotocore.errorfactory.InvalidParameterException: An error occurred (InvalidParameterException) when calling the RunTask operation: subnets can have at most 16 items.
Emil Christensen
10/13/2023, 9:04 PMEmil Christensen
10/13/2023, 9:05 PMTomas Moreno
10/16/2023, 1:43 PMmodule "prefect2_ecs_agent" {
source = "<http://github.com/PrefectHQ/prefect-recipes//devops/infrastructure-as-code/aws/tf-prefect2-ecs-agent?ref=fc8d8568426408bce4aaea0492a3fee7e2a6e874|github.com/PrefectHQ/prefect-recipes//devops/infrastructure-as-code/aws/tf-prefect2-ecs-agent?ref=fc8d8568426408bce4aaea0492a3fee7e2a6e874>"
agent_subnets = [
"subnet-BBB",
]
name = "prefect2-agent"
prefect_account_id = "XXX"
prefect_api_key = "YYY"
prefect_workspace_id = "ZZZ"
vpc_id = "vpc-AAA"
}