| tfe_hostname | — | no | app.terraform.io |
| tfe_token | — | yes | — |
| organization | The TFC organization that manages the specified workspace | yes | hashicorp-v2 |
| workspace | The TFC workspace name that manages the tflocal configuration. | yes | — |
| skip-run | If set to true, the action won't create a run and simply fetch outputs from the specified workspace. | no | false |
| wait-for-run | If the action should wait for the run to complete. | no | false |
| auto-apply | Whether to automatically apply changes when a Terraform plan is successful. | no | true |
| is-destroy | Specifies whether the run is a destroy plan run will destroy all provisioned resources. | no | false |
| message | The message to associate with the run. | no | Run queued by terraform-cloud-run Github action |
| replace-addrs | Multi-line list of resource addresses to be replaced. | no | — |
| target-addrs | Multi-line list of resource addresses that Terraform should focus its planning efforts on. | — | — |