Awesome
Terraform Syntax Highlighting And Snippets
This Sublime Text package
provides basic support for Terraform's custom .tf
file type,
along with snippets for each of the basic Terraform resource types.
Installation
Using Package Control
- Install Package Control, if needed.
- Open the palette by pressing
Ctrl+Shift+P
(Win, Linux) orCmd+Shift+P
(OS X). - Select "Package Control: Install package"
- Select "Terraform"
Manually
- Open the Sublime Text Packages folder
- OS X:
~/Library/Application Support/Sublime Text/Packages/
- Windows:
%APPDATA%/Sublime Text/Packages/
- Linux (Ubuntu/Debian):
~/.config/sublime-text/Packages/
- Clone this repo