terraform
CLIInfrastructure as Code tool for provisioning cloud resources.
Declare and provision cloud infrastructure across AWS, GCP, Azure
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Initialize a Terraform project
terraform initPreview infrastructure changes
terraform planApply infrastructure changes
terraform apply -auto-approveCommon failures (1)
- Error: credential not foundConfigure cloud provider credentials via env vars or config files
Destroy all resources
terraform destroyInstall
Homebrew
brew install terraformAgent notes
- When to use
- Provisioning or managing cloud resources with repeatable config
Use from an agent
curl -s https://clihub.com/api/tools/terraform | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug terraform on the MCP server at https://clihub.com/mcp.