Run Terraform Plan
ActionsTags
(1)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 if the run/plan should be executed.
Required Specifies the message to be associated with this run.
The run ID.
uses: patrontech/devops-tf-cloud-run@v1.0.0
with:
workSpaceName: MyTestWorkspace
organizationName: {{env.organization}}
terraformToken: {{secrets.Terraform_Token}}
terraformHost: 'app.terraform.io'
isDestroy: false
startRun: false
message: 'GitHub Actions'
Run Terraform Plan is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.