terraform

CLI

Infrastructure as Code tool for provisioning cloud resources.

1 views

Installation

Homebrewbrew install terraform

Links

License

BUSL-1.1

AI 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 init
Preview infrastructure changes🟢 97% success
terraform plan
Apply infrastructure changes🟢 94% success
terraform apply -auto-approve
⚠ Common failures (1)
  • Error: credential not foundConfigure cloud provider credentials via env vars or config files
Destroy all resources🟢 95% success
terraform destroy