# ACDL sample consumer contract — microservice module (dev) # # Reference example for an ECS Fargate microservice deployment. # Interpolation (D-081): bucket_name uses the naming pattern that includes # region, aws account id, and environment: # acdl-${env.environment}-${contract.module}-${env.account_id}-${env.region} uses: acdl/pipelines/deploy.yaml@v1.9 module: microservice environment: dev inputs: bucket_name: acdl-${env.environment}-${contract.module}-${env.account_id}-${env.region} region: ${env.region} image: public.ecr.aws/docker/library/nginx:latest port: 80