What problem does it solve?
Automate Terraform infrastructure-as-code tasks by wrapping the native CLI into a Skill to streamline IaC workflows from the terminal.
Core Features & Use Cases
- Comprehensive toolset: init, plan, apply, destroy, validate, fmt, output, show, and extensive state, import, refresh, taint/untaint, and workspace commands for full lifecycle management.
- Use cases span multi-environment deployments, backend configuration, state management, and resource lifecycle across teams and clouds with non-interactive execution.
- Example: Initialize a project, plan changes, and apply a saved plan using Skill commands to manage infrastructure safely and reproducibly.
Quick Start
Use the terraform-skill to initialize, plan, and apply Terraform configurations from the CLI. Examples:
- skill run terraform-skill init
- skill run terraform-skill plan --out=tfplan
- skill run terraform-skill apply --plan_file=tfplan