This action invoke Terraform Runs API
https://www.terraform.io/docs/cloud/api/run.html
Required The name of the workspace.
Required Your Organization.
Required Your Terraform token. Please use secret to store your Terraform token.
Required This is the Terraform Host Name. For Tarraform cloud its app.terraform.io.
Required Specifies if this plan is a destroy plan, which will destroy all provisioned resources.
Required Specifies the message to be associated with this run.
The run ID.
uses: sarathkrish/invoke-terraform-run-api@v1.0
with:
workSpaceName: MyTestWorkspace
organizationName: {{env.organization}}
terraformToken: {{secrets.Terraform_Token}}
terraformHost: 'app.terraform.io'
isDestroy: false
message: 'GitHub Actions'