aws_ecs_service -> launch_type needs to have EXTERNAL added #19586
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ecs
Issues and PRs that pertain to the ecs service.
Community Note
Description
With the launch of ECS Anywhere, there is a new
launch_type
-EXTERNAL
as well asEC2
andFARGATE
. This is missing from either Terraform/AWS or the AWS API.New or Affected Resource(s)
Potential Terraform Configuration
Note that the task definition may also need
EXTERNAL
in it'srequiresCompatibilities
keyReferences
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-anywhere.html
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-anywhere-runtask.html
The text was updated successfully, but these errors were encountered: