Terraform Upgrade Assistant
Automates Terraform upgrade planning, identifies breaking changes, and suggests remediation steps for safer cloud infrastructure updates.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add terraform-upgrade-assistant npx -- -y @trustedskills/terraform-upgrade-assistant
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-upgrade-assistant": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-upgrade-assistant"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Terraform Upgrade Assistant skill helps users safely upgrade their Terraform configurations. It analyzes existing code, identifies potential breaking changes introduced by a new Terraform version, and suggests necessary modifications to ensure compatibility. This minimizes the risk of infrastructure failures during upgrades and streamlines the overall process.
When to use it
- You're planning to upgrade your Terraform version but are concerned about introducing errors.
- Your team wants to automate the assessment of Terraform code for upgrade readiness.
- You need to identify potential breaking changes before applying a new Terraform release to production environments.
- You want to ensure that existing infrastructure-as-code remains compatible with newer versions of Terraform.
Key capabilities
- Analyzes Terraform configuration files.
- Identifies potential breaking changes between Terraform versions.
- Suggests necessary code modifications for compatibility.
Example prompts
- "Analyze this Terraform code and tell me what changes I need to make to upgrade to Terraform 1.5."
- "What are the potential issues when upgrading from Terraform 0.13 to 1.2?"
- "Can you check my Terraform configuration for compatibility with version 1.6?"
Tips & gotchas
The skill requires access to your Terraform code repository or files. Itβs recommended to test suggested changes in a non-production environment before applying them to production infrastructure.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.