From terraform-helper
Generates a Terraform plan, reviews changes with attention to destructive operations, and applies infrastructure updates after confirmation.
How this command is triggered — by the user, by Claude, or both
Slash command
/terraform-helper:plan-applyThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /plan-apply - Terraform Plan and Apply Run Terraform plan, review changes, and apply infrastructure updates. ## Steps 1. Verify the Terraform working directory and state backend configuration 2. Run `terraform init` to initialize providers and modules 3. Select or verify the target workspace (dev, staging, production) 4. Run `terraform plan -out=tfplan` to generate an execution plan 5. Parse the plan output to summarize changes: resources to add, change, destroy 6. Highlight destructive changes (destroy or replace) that need special attention 7. Check for potential issues: security gro...
Run Terraform plan, review changes, and apply infrastructure updates.
terraform init to initialize providers and modulesterraform plan -out=tfplan to generate an execution planterraform apply tfplan to execute the approved plan6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub twzrd-sol/awesome-claude-code-toolkit --plugin terraform-helper/plan-applyGenerates a Terraform plan, reviews changes with attention to destructive operations, and applies infrastructure updates after confirmation.
/tf-applyApplies Terraform changes to infrastructure from a planfile or generates one interactively. Supports -auto-approve for non-interactive use and -target for specific resources. Updates state and reports results.
/tf-planRuns guided terraform plan with safety checks — verifies directory, backend config, and credentials, then flags destructive changes before saving the plan.
/planRuns terraform plan with parallel agent analysis for risk, security, and historical pattern review, producing a unified report for approval.
/infraValidates, plans, and deploys Infrastructure as Code using Terraform, CloudFormation, Pulumi, or CDK with policy enforcement, cost estimation, drift detection, and test execution.
/terraformRuns the full Terraform validation pipeline — fmt, validate, tflint, security scanning — and reviews modules and plans for blast radius, IAM risk, and state impact.