provider-upgrade-analysis
Provider Upgrade Analysis
Overview
Analyze the impact of upgrading Terraform providers or modules before making changes. Identify breaking changes, deprecations, and required code modifications.
Announce at start: "I'm using the provider-upgrade-analysis skill to assess this upgrade."
Process
Step 1: Identify Current State
# Current Terraform version
terraform version
# Current provider versions
terraform providers
More from lgbarn/devops-skills
terraform-plan-review
Use when analyzing terraform/tofu plan output for risks, security issues, and potential service disruptions. Required before any apply operation.
11using-devops-skills
Use when starting any conversation - establishes mandatory skill invocation for both Development AND Operations workflows
10verification-before-completion
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
10writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
9brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
9writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
9