We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2cc7f commit a500dd7Copy full SHA for a500dd7
Makefile
@@ -6,9 +6,9 @@ fmt:
6
terraform fmt -recursive
7
8
lint:
9
- tflint ./modules/glue
10
- tflint ./modules/iam
11
- tflint ./modules/emr
+ tflint --disable-rule=terraform_deprecated_interpolation ./modules/glue
+ tflint --disable-rule=terraform_deprecated_interpolation ./modules/iam
+ tflint --disable-rule=terraform_deprecated_interpolation ./modules/emr
12
13
docs:
14
terraform-docs markdown document ./modules/glue > ./modules/glue/README.md
0 commit comments