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
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Great for agents · 75/100
Verify
terraform version
Agent URL
/cli/terraform/agent.md
Quick reference
Install
brew tap hashicorp/tap && brew install hashicorp/tap/terraformVerify
terraform versionFirst command
terraform init && terraform planAbout
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