Skip to content

Commit 6debb6a

Browse files
committed
Testing new config
1 parent 3a56591 commit 6debb6a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)