Skip to content

mvaldes14/terraform.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

If you do a lot of terraform manifests, and you would like to see quickly the current state of your objects or how the plan would look like, this plugin is for you.

Requirements

Installation

Would recommend you install it with Lazy since it can just load the plugin when a terraform file is detected.

  • Lazy
return {
  "mvaldes14/terraform.nvim",
  ft = 'terraform',
}

Usage

It currently supports 2 commands:

  • TerraformPlan => Will run a plan and show the overall information on a pop-up window

Plan

  • TerraformExplore => Will inspect your terraform state and open up a telescope window with a list of all your resources. Explorer

  • Selected resource will show a preview of the resource according to the state in the telescope previewer window, useful to get a quick glance for things like VPCs, Security Groups, etc.

  • Selecting an item will take you to the resource selected in the right line and file

Contributing

Open to suggestions and enhancements

License

See LICENSE

About

Plan and Explore your terraform resources from nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages