terraform
CLIInfrastructure as Code tool for provisioning cloud resources.
1 views
Installation
Homebrew
brew install terraformLinks
License
BUSL-1.1AI Agent Notes
Declare and provision cloud infrastructure across AWS, GCP, Azure
When to use
Provisioning or managing cloud resources with repeatable config
Proven Recipes
Initialize a Terraform project🟢 98% success
terraform initPreview infrastructure changes🟢 97% success
terraform planApply infrastructure changes🟢 94% success
terraform apply -auto-approve⚠ Common failures (1)
- Error: credential not found → Configure cloud provider credentials via env vars or config files
Destroy all resources🟢 95% success
terraform destroy