Skip to content

Terraform (HCL) configuration file syntax highlighting for Sublime Text

License

Notifications You must be signed in to change notification settings

SublimeText/Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

screenshot

Installation

Using Package Control

  1. Install Package Control, if needed.
  2. Open the palette by pressing Ctrl+Shift+P (Win, Linux) or Cmd+Shift+P (OS X).
  3. Select "Package Control: Install package"
  4. Select "Terraform"

Manually

  1. 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/
  1. Clone this repo