utrustdev/Generate an ECS task definition
Generates an ECS task definition from a template file and a JSON list of secrets
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | The path to the ECS task definition template file | yes | — |
| dictionary | JSON list of secrets | yes | — |
| image | The URI of the container image to insert into the ECS task definition | yes | — |
| tag | The git tag to refer to | yes | — |
Outputs
| name | description |
|---|---|
| file | The path to the rendered task definition file |