Skip to content

Commit

Permalink
chore(ci): add terraform checks job
Browse files Browse the repository at this point in the history
  • Loading branch information
tweakster committed Sep 24, 2024
1 parent a8ec22f commit 300aa43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugin "terraform" {
enabled = true
preset = "all"
}

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

0 comments on commit 300aa43

Please sign in to comment.