What problem does it solve?
This Skill executes reviewed or on-the-fly Terraform plans to turn configuration changes into real cloud infrastructure changes, eliminating manual CLI steps and reducing human error during deployments.
Core Features & Use Cases
- Saved-plan workflow for production: apply a previously generated and reviewed plan to ensure you deploy exactly what was inspected.
- Automatic-plan workflow for development and ad-hoc changes with optional auto-approve for CI/CD automation.
- Support for variable files, targeted resource application, forced replacements, parallelism tuning, non-interactive flags, and JSON output for machine consumption.
- Use case: run in a CI pipeline to initialize a workspace, generate a plan, and apply the saved plan to provision or update cloud resources reliably.
Quick Start
Initialize the Terraform working directory, produce or provide a saved plan file, and apply the saved plan to perform the reviewed infrastructure changes without interactive prompts.