Skip to content

Commit 750d906

Browse files
committed
Testing new config
1 parent 6debb6a commit 750d906

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ jobs:
4343
fi
4444
echo "tflint configuration modified:"
4545
cat .tflint.hcl
46-
{echo -e "config {\nterraform_version = \"${tf_ver}\"\ndeep_check = true\nignore_module = {"
46+
{
47+
echo -e "config {\nterraform_version = \"${tf_ver}\"\ndeep_check = true\nignore_module = {"
4748
for module in $(grep -h '[^a-zA-Z]source[ =]' *.tf | sed -r 's/.*=\s+//' | sort -u); do
4849
echo "${module} = true"
4950
done
50-
echo "}}"} > .tflint.hcl
51+
echo "}}"
52+
} > .tflint.hcl
5153
echo "tflint configuration NEW:"
5254
cat .tflint.hcl
5355
- run:

0 commit comments

Comments
 (0)