vebr/Inject Amazon SSM wildcard to task definition Action for GitHub Actions
Inserts a Wildcard AWS SSM into a container definition in an Amazon ECS task definition JSON file, creating a new file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| task-definition | The path to the ECS task definition JSON file | yes | — |
| container-name | The name of the container defined in the containerDefinitions section of the ECS task definition | yes | — |
| secretsWildcard | The Wildcard of the AWS SSM Parameter to insert into the ECS task definition | yes | — |
| aws_region | The Region of AWS | no | — |
Outputs
| name | description |
|---|---|
| task-definition | The path to the rendered task definition file |