terraform
officialscriptablepopularcautioncontainers / infrabrew
HashiCorp · Infrastructure as code, plans, and provisioning from the terminal.
$ brew tap hashicorp/tap && brew install hashicorp/tap/terraformOne-liner to try
$ terraform initAgent pack
Quick reference
Install
brew tap hashicorp/tap && brew install hashicorp/tap/terraformVerify
terraform versionFirst command
terraform init && terraform planMachine JSON
/cli/terraform.jsonAbout
The official CLI from HashiCorp. Infrastructure as code, plans, and provisioning from the terminal. Start with `terraform init` and go from there. Supports structured output — good for scripts and agents.
Example workflow
1. terraform init2. terraform plan3. terraform apply