terraform

officialscriptablepopularcautioncontainers / infrabrew

HashiCorp · Infrastructure as code, plans, and provisioning from the terminal.

$ brew tap hashicorp/tap && brew install hashicorp/tap/terraform
One-liner to try
$ terraform init

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
terraform version
Agent URL
/cli/terraform/agent.md

Quick reference

Installbrew tap hashicorp/tap && brew install hashicorp/tap/terraform
Verifyterraform version
First commandterraform init && terraform plan

About

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 init
2. terraform plan
3. terraform apply

Alternatives worth considering