cloudposse/GitHub Action for Extracting Atmos Settings
A GitHub Action for Extracting Atmos Settings from Metadata
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| component | The atmos component extract the settings for. | no | — |
| stack | The atmos stack extract the settings for. | no | — |
| settings-path | The settings path using JSONPath expressions. | no | — |
| settings | The settings to extract. | no | — |
| process-templates | Enable/disable processing of Go templates in Atmos stacks manifests. | no | true |
| process-functions | Enable/disable processing of Terraform functions in Atmos stacks manifests. | no | true |
Outputs
| name | description |
|---|---|
| value | The value of the setting when a single setting is returned. |
| settings | The settings values when multiple settings are returned. |