File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,15 @@ jobs:
4141 # grep -h '[^a-zA-Z]source[ =]' *.tf | sed -r 's/.*=\s+//' | sort -u
4242 echo -e "config {\nterraform_version = \"${tf_ver}\"\ndeep_check = true\n}" > .tflint.hcl
4343 fi
44- echo "tflint configuration:"
44+ echo "tflint configuration modified :"
4545 cat .tflint.hcl
46- echo "Newly created config:"
47- echo -e "config {\nterraform_version = \"${tf_ver}\"\ndeep_check = true\nignore_module = {\n"
46+ {echo -e "config {\nterraform_version = \"${tf_ver}\"\ndeep_check = true\nignore_module = {"
4847 for module in $(grep -h '[^a-zA-Z]source[ =]' *.tf | sed -r 's/.*=\s+//' | sort -u); do
4948 echo "${module} = true"
5049 done
51- echo "}}"
50+ echo "}}"} > .tflint.hcl
51+ echo "tflint configuration NEW:"
52+ cat .tflint.hcl
5253 - run :
5354 # Not supporting modules from registry ?? v0.5.4
5455 # For now, must ignore in config file
You can’t perform that action at this time.
0 commit comments