subhamay-bhattacharyya-gha/Generate CFN Parameters
Parses a JSON config and outputs CloudFormation parameters, Stack name, and CI build identifier
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to the JSON config file | yes | — |
| environment | Target environment name (devl, test, prod) | yes | — |
| ci-build | Is this a CI build? (true/false) | yes | false |
Outputs
| name | description |
|---|---|
| parameters | Formatted CloudFormation parameters as multiline string |
| stack-name | Stack name for the given environment |
| template-path | Template name including path for the given environment |
| ci-build-identifier | CI build identifier for the given environment |