Deployment example
Usage
Setup
# Create the stack
terraform apply
# Populates ECR repos with images
./deploy.sh{
"imageIds": [
{
"imageDigest": "sha256:4fe8827f51a5e11bb83afa8227cbccb402df840d32c6b633b7ad079bc8144100",
"imageTag": "prod"
},
{
"imageDigest": "sha256:afe605d272837ce1732f390966166c2afff5391208ddd57de10942748694049d",
"imageTag": "hash_2"
},
{
"imageDigest": "sha256:4fe8827f51a5e11bb83afa8227cbccb402df840d32c6b633b7ad079bc8144100",
"imageTag": "hash_1"
}
]
}Check the state
Deploy
Last updated