Easy steps to install tflint package on Mac
Package Information:
Application Name – tflint
What is tflint – Not Available for tflint
Use of tflint – Linter for Terraform files
URL – https://github.com/terraform-linters/tflint
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 tflint using brew
brew install tflint
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
tflint is ready to use now!