app-common
Variables
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
IncludeLockFile |
Include a Terraform dependency lock file (.terraform.lock.hcl) that pins provider versions. |
bool |
false |
no |
EcrPullThroughCache |
Cache container images from public.ecr.aws in the account's private ECR registry, so ECS tasks can pull public images without reaching the internet. |
map |
{"Enable": true} |
no |
Logs |
ClusterEvents: capture the events the ECS cluster emits (task and deployment state changes) in CloudWatch, with 180 days retention. Useful for troubleshooting deployments and stopped tasks. |
map |
{"ClusterEvents": true} |
no |