--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ecs_primary_task_set Resource - terraform-provider-awscc" subcategory: "" description: |- A pseudo-resource that manages which of your ECS task sets is primary. --- # awscc_ecs_primary_task_set (Resource) A pseudo-resource that manages which of your ECS task sets is primary. ## Schema ### Required - `cluster` (String) The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in. - `service` (String) The short name or full Amazon Resource Name (ARN) of the service to create the task set in. - `task_set_id` (String) The ID or full Amazon Resource Name (ARN) of the task set. ### Read-Only - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ecs_primary_task_set.example ```