Easy steps to install terraform-ls package on Mac
Package Information:
Application Name – terraform-ls
What is terraform-ls – Installation. Homebrew (macOS / Linux). You can install via Homebrew brew install hashicorp/tap/terraform-ls …
Use of terraform-ls – Terraform Language Server
URL – https://github.com/hashicorp/terraform-ls
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install terraform-ls using brew
brew install terraform-ls
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
terraform-ls is ready to use now!