terraform-plan
Generate an execution plan for Terraform infrastructure changes, showing what will be created, modified, or destroyed before applying.
Instructions
Create an execution plan for Terraform changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Directory containing Terraform configuration | |
| destroy | No | Plan to destroy resources | |
| target | No | Resource to target for planning | |
| varFile | No | Path to variables file | |
| vars | No | Variables to pass to Terraform |