Inputs
Configuration parameters for the ecs-service module (v0.1.0).
Required
service_name
Required
The name of the ECS service. Must be unique within your ECS cluster.
cluster_arn
Required
ARN of the ECS cluster. Reference from another resource or data source.
task_definition_arn
Required
ARN of the task definition. Reference from aws_ecs_task_definition resource.
Optional
Desired number of tasks. Minimum 1 for development, 2+ for high availability in production.