Subcommands (10)
Create or update infrastructure according to Terraform configuration files.
Start an interactive console for evaluating Terraform expressions.
Destroy all objects managed by a Terraform configuration.
Format configuration according to Terraform language style conventions.
Initialize a new or existing Terraform working directory.
Log in to a remote host. See also: `terraform logout`.
Log out from a remote host. See also: `terraform login`.
Export structured data about your Terraform resources.
Generate and show Terraform execution plans.
Read and output a Terraform state or plan file in human-readable form.
Examples (6)
Initialize a new or existing Terraform configuration
Verify that the configuration files are syntactically valid
terraform validateFormat configuration according to Terraform language style conventions
Generate and show an execution plan
Build or change infrastructure
Destroy all infrastructure in the current directory