Fix inspec test linter_name for terraform fmt

Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
Brett Logan 2023-01-11 11:45:12 -05:00
parent 6cc86ad030
commit 58a5e5c4b0

View file

@ -149,7 +149,7 @@ control "super-linter-installed-commands" do
{ linter_name: "standard"},
{ linter_name: "stylelint"},
{ linter_name: "tekton-lint"},
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"},
{ linter_name: "terraform"},
{ linter_name: "terragrunt"},
{ linter_name: "terrascan", version_option: "version"},
{ linter_name: "tflint"},