Skip to content

Terraform (HCL) configuration file syntax and snippets 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

Terraform configuration file syntax definitions and snippets for Sublime Text.

preview

Installation

Using Package Control

  1. Install Package Control, if needed.
  2. Open the palette by pressing:
    • Windows, Linux: Ctrl+Shift+P
    • MacOS: Cmd+Shift+P
  3. Select Package Control: Install Package.
  4. Select Terraform.

Manually

  1. Open the Sublime Text Packages folder:
    • MacOS: ~/Library/Application Support/Sublime Text/Packages/
    • Windows: %APPDATA%/Sublime Text/Packages/
    • Linux (Ubuntu/Debian): ~/.config/sublime-text/Packages/
  2. Clone this repo.