Vibe-Coded Project, no tests - Use at your own risk or trust Claude, bro!
Resolve local terraform variables recursively and display them as inlay text besides your variables - VS Code Extension

✨ Features
- 🚀 Fast development - Immediately see the value behind the variable besides it like in Rider
- 🎯 Multiple variants - Displays all variants of variables if module is used more than once
- 🔄 Cache Management - Intelligent caching to avoid redundant resolutions
📚 Resources
- ✍️ Blog Post - Vibe-coding a VS Code Extension for Terraform projects
⌛ How It Works
This VS Code Extension analyzes your project with these steps to help you write Terraform code:
- 📄 Parse - Parse Terraform code
- 🔍 Analyze - Look for module variables in whole project
- 💾 Cache - Save resolutions for future incremental updates
- 👀 Display - Visualize the values after the variable name
⚙️ Configuration
📝 Basic Settings
Parameter |
Description |
Default |
terraformResolver.enabled |
Enable or disable the extension |
true |
🔧 Maintenance
The VSCE_PAT will expire on 07/31/2026.
| |