Tomas Moreno
10/18/2023, 5:22 PM"network_configuration": {
"type": "object",
"title": "Network Configuration",
"default": {
"Subnets": [
"subnet-1",
"subnet-2",
"subnet-3",
"subnet-4",
"subnet-5"
]
},
"description": "When `network_configuration` is supplied it will override ECS Worker'sawsvpcConfiguration that defined in the ECS task executing your workload. See the [AWS documentation](<https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html>) for available options."
},
Anyone seen anything like this?