Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from lonegunmanb/bump-tflint-config
Browse files Browse the repository at this point in the history
Bump tflint plugin version, add new rule
  • Loading branch information
jiaweitao001 authored Dec 7, 2022
2 parents f1af47f + d0566b2 commit 016203e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .tflint_alt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin "azurerm" {

plugin "basic-ext" {
enabled = true
version = "0.2.1"
version = "0.3.1"
source = "github.com/Azure/tflint-ruleset-basic-ext"
signing_key = <<-KEY
-----BEGIN PGP PUBLIC KEY BLOCK-----
Expand Down Expand Up @@ -204,6 +204,10 @@ rule "terraform_output_separate" {
enabled = true
}

rule "terraform_variable_nullable_false" {
enabled = true
}

rule "terraform_variable_order" {
enabled = true
}
Expand Down

0 comments on commit 016203e

Please sign in to comment.