almerindo/Creates .env from AWS SSM
Creates a`.env` file from AWS SSM Parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssm-path | required. AWS SSM path for parameters eg. `/ssm/parameter` | yes | — |
| format | dotenv(KEY=value), shell(export KEY=value) | no | dotenv |
| output | output filename | no | .env |
| prefix | if `prefix:ACTION_` ssm:/dev/client_id -> ACTION_CLIENT_ID | no | — |
| decryption | (optional) Specifies if the decryption should be performed on SSM parameters | no | — |
Outputs
no outputs