cophites/Terraform Cloud
Interact with the Terraform Cloud API from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| terraform-cloud-api-token | User, team, or organization API token to Terraform Cloud | yes | — |
| method | HTTP method to use in the request | yes | GET |
| path | Terraform API path to request (leading slash required) | yes | — |
| body | Request body (doesn't apply to all HTTP methods) | no | — |
| jq | `jq` program to run against the API response | yes | . |
Outputs
| name | description |
|---|---|
| json | JSON output from running `jq` against the Terraform API response |