ammarlakis/Fetch Terraform Output Value
Fetches a Terraform output value from the specified state file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| backend-configuration | The Terraform backend configuration as a JSON string. | yes | — |
| include-sensitive | Include output values marked as "sensitive". Expected values are "yes" or "no". | no | no |
Outputs
| name | description |
|---|---|
| outputs | A JSON string that represents the output values. |