# 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.id}-${env.account_id}-${env.region} id: msvc name: microservice environment: dev infrastructure: microservice: version: "1.0.0" inputs: bucket_name: acdl-${env.environment}-${contract.id}-${env.account_id}-${env.region} region: ${env.region} image: public.ecr.aws/docker/library/nginx:latest port: 80