Hubbaduck / linter-terraform-syntax

terraform validate or plan linter for atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview

Linter-Terraform-Syntax

Build Status

Linter-Terraform-Syntax aims to provide functional and robust terraform validate and plan linting functionality within Atom.

Installation

Terraform is required to be installed before using this. The Linter and Language-Terraform Atom packages are also required.

Usage

  • In the package settings there is an option to use terraform plan instead of terraform validate. Both options will show syntax errors for files in the current directory and notify non-syntax validation errors for the current directory. The plan option will additionally notify non-syntax plan errors for the current directory, but it will take longer to execute. As of Terraform version 0.10, terraform validate now catches many more issues that it previously missed and terraform plan found.
  • To quickly and easily access issues in other files, you will need to change the settings inside Linter-UI-Default. For Panel Represents and/or Statusbar Represents, you will need to change their options to Entire Project. This will allow you to use either display to quickly access issues in other files by clicking on the displayed information.

About

terraform validate or plan linter for atom

License:MIT License


Languages

Language:JavaScript 100.0%