You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Terraform module which renders a valid AppSpec file from a aws_ecs_service and, optionally, stores it in the
SSM Parameter store. Why?
For deployments with CODE_DEPLOY, an AppSpec file with the LoadBalancer info is required. The file is stored in
the SSM Parameter Store and can be fetched during the deployment to allow us to change these parameters after
the service has already been created. Structure is defined here: