# Complex ECS service with env vars + health check uses: acdl/pipelines/deploy.yaml@v1.6 module: ecs-service environment: dev inputs: name: my-production-service region: us-east-1 image: public.ecr.aws/docker/library/nginx:latest port: 8080 env: LOG_LEVEL: info ENVIRONMENT: production