This commit is contained in:
parent
358a2688e3
commit
6a7352879a
12
.tflint.hcl
Normal file
12
.tflint.hcl
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
plugin "terraform" {
|
||||||
|
enabled = true
|
||||||
|
preset = "recommended"
|
||||||
|
}
|
||||||
|
|
||||||
|
rule "terraform_required_version" {
|
||||||
|
enabled = disabled
|
||||||
|
}
|
||||||
|
|
||||||
|
rule "terraform_required_providers" {
|
||||||
|
enabled = disabled
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user