| Possibly name it sync-app-apb? Can ask the wider team if you wish. It can accept the following inputs:
- docker image url so we know what to deploy
- healthcheck endpoint - so we know how to test the service is healthy
- port - so we know what port to expose on the container/service
- graphql endpoint - the endpoint is not always `/graphql` it's important to allow the flexibility. This input is needed for binding. Perhaps it's not needed at provision time?
- SQL server (Postgres/MySQL) credentials such as username, password, hostname, database name, SSL required, etc. - These must be added as environment variables to the running application
|