VS Code Extensions
Terrafinder

Terrafinder

by NickSpaghetti

A quick way to find module source code and documentation without having to leave vs-code

Downloads

1

Rating

(0)

Version

0.1.4

Last updated

Jul 26, 2026

Terrafinder

An easy way to identify your terraform modules without leaving your editor.

Features

  • Depdnency Tree - See your terraform dependencies inside of vscode.

Terrafinder Depdency Tree

  • Code Lense - Inspect any terraform module in another window. Works with modules on your local machine or hosted on github.

Terrafinder Code Lense

Requirements

You must be logged into your github account. This extension queries the github api for terraform files on github.

Running locally

This project uses yarn as the package manager. To build run the following command yarn compile. Go to the Run/Debug and select Launch Terrafinder Extension.

Related extensions