Skip to content

Commit

Permalink
Add TF linter for google provider
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright committed Dec 19, 2023
1 parent 13707c4 commit 96296b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ plugin "azurerm" {
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

plugin "google" {
enabled = true
version = "0.26.0"
source = "github.com/terraform-linters/tflint-ruleset-google"
}

config {
module = true
force = false
Expand Down

0 comments on commit 96296b0

Please sign in to comment.