add tflint config file
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2022-12-18 16:07:25 +01:00
parent 358a2688e3
commit 6a7352879a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 12 additions and 0 deletions

12
.tflint.hcl Normal file
View File

@ -0,0 +1,12 @@
plugin "terraform" {
enabled = true
preset = "recommended"
}
rule "terraform_required_version" {
enabled = disabled
}
rule "terraform_required_providers" {
enabled = disabled
}