selleo/Amazon ECS "PRE-Render Task Definition Secrets" Action for GitHub Actions
Renders Parameter Store Secrets into ECS Task Definition.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition JSON file | yes | — |
| envs | The list of variables the application will launch with | yes | — |
| paths | Paths for parameter store variables | yes | — |
| region | AWS region for parameter store | yes | — |
Outputs
| name | description |
|---|---|
| task-definition | Output with rendered task definition file |