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

93375a3 · Feb 17, 2025
Aug 7, 2024
Jul 9, 2020
Aug 7, 2024
Jan 18, 2024
Aug 7, 2024
Aug 7, 2024
Sep 21, 2019
Aug 7, 2024
Aug 7, 2024
Sep 16, 2019
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Feb 17, 2025
Feb 8, 2017
Aug 7, 2024
Aug 7, 2024

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