Overview
Use Terraform as part of your deployment process.
Provision Infrastructure Dynamically
Dynamically provision the target infrastructure using the Terraform Plan and Apply steps.
Plan Step
Run a Terraform script as a Terraform plan.
Apply Step
Apply a Terraform plan or script using the Terraform Apply step.
Destroy Step
Remove any Terraform provisioned infrastructure.
Specify Variables
Learn how to specify Terraform variables or fetch variable files in Terraform steps
Rollback Step
Roll back provisioning and return to pre-deployment state.
Cloud Provisioning
Connect to a Terraform Cloud/Enterprise instance and run your workspaces.