If you use Terraform and Sublime Text, add Terraform Syntax Highlighter using Package Control.
Press Ctrl+Shift+P or Cmd+Shift+P. Select “Package Control: Install package” Select “Terraform” |
It should install in a few seconds.
cloud engineer
If you use Terraform and Sublime Text, add Terraform Syntax Highlighter using Package Control.
Press Ctrl+Shift+P or Cmd+Shift+P. Select “Package Control: Install package” Select “Terraform” |
Press Ctrl+Shift+P or Cmd+Shift+P. Select “Package Control: Install package” Select “Terraform”
It should install in a few seconds.
Looking for a text editor for editing code? Check out Sublime Text 3. You can install the text editor using several package managers depending on your Linux distro. There’s apt, yum, zypper, pacman and dnf. Here’s the Apt install of Sublime Text 3.
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt-get update sudo apt-get install sublime-text |
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list sudo apt-get update sudo apt-get install sublime-text