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