Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Terraform Variables ResolutionNew to Visual Studio Code? Get it now.
Terraform Variables Resolution

Terraform Variables Resolution

trueberryless

|
4 installs
| (0) | Free
Resolve local terraform variables recursively and display them as inlay text besides your variables.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

👀 Terraform Variables Resolution

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

View on Marketplace View on GitHub

✨ 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:

  1. 📄 Parse - Parse Terraform code
  2. 🔍 Analyze - Look for module variables in whole project
  3. 💾 Cache - Save resolutions for future incremental updates
  4. 👀 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.

Made with Claude by trueberryless

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft