actions-marketplace-validations/Terraform Cloud/Enterprise Action
Trigger a Terraform Cloud or Terraform Enterprise run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tfe-token | The API token granting access to communicate with Terraform Cloud | yes | — |
| organization | The organization name containing the workspace to trigger | yes | — |
| workspace | The workspace name to trigger | yes | — |
| json-vars | JSON-encoded list of variables to update the workspace before triggering the run | no | [] |
| message | The message to be associated with this run | no | Triggered via terraform-cloud-action GitHub Action |
| url | The location of the Terraform Cloud installation | no | https://app.terraform.io |
| wait | If true, will block until the run is marked as completed | no | true |
Outputs
| name | description |
|---|---|
| run-id | The ID of the created run |
| run-url | The URL to view the run |