terraform-cli

Installation
SKILL.md

Terraform CLI

Infrastructure as code tool. Define cloud resources in HCL, plan changes, and apply them safely.

Core Workflow

terraform init        # Initialize working directory, download providers
terraform plan        # Preview changes
terraform apply       # Apply changes (with confirmation)
terraform apply -auto-approve  # Apply without confirmation
terraform destroy     # Destroy all managed resources

Common Commands

Installs
1
GitHub Stars
4
First Seen
Jun 18, 2026
terraform-cli — grandamenium/cli-agent-tools