Skip to content

pforman/vim-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmaintained

I'm no longer using Vim regularly, and am not updating my various Vim plugins. Please contact me if you would like to take over maintenance of any or all of them. Thanks!

vim-terraform

This plugin adds a :Terraform command that runs terraform, with tab completion of subcommands. It also sets up *.tf and *.tfstate files to be highlighted as HML (Hashicorp's JSON variant) and JSON respectively.

Installation

With pathogen.vim just do:

cd ~/.vim/bundle
git clone https://github.com/markcornick/vim-terraform.git

If you prefer to use something besides pathogen, go ahead.

Credits

Syntax highlighting and indentation by Kevin Le (@bkad) based on prior work by Larry Gilbert (@L2G). The rest written by Mark Cornick mark@cornick.io and contributors listed below. Licensed under the MIT license.

Thanks to:

  • michael j talarczyk (@mijit)
  • Koji Nakayama (@knakayama)

About

basic vim/terraform integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%