Skip to content

Commit

Permalink
Adding tflint config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed May 24, 2024
1 parent 8416c60 commit ba5e321
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .tflint.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#Tflint config file
config {
call_module_type = "all"
force = false
disabled_by_default = false
}

# Adds azurerm plugin
plugin "azurerm" {
enabled = true
version = "0.25.1"
source = "github.com/terraform-linters/tflint-ruleset-azurerm"
}

# Will be enabled progressively as we add more types
rule "terraform_typed_variables" {
enabled = false
}

0 comments on commit ba5e321

Please sign in to comment.