Skip to content

Commit c9f5027

Browse files
committed
Disable tflint. Does not support modules from registry yet
1 parent a72f2eb commit c9f5027

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
mkdir -p /usr/local/tflint/bin
3030
export PATH=/usr/local/tflint/bin:$PATH
3131
install tflint /usr/local/tflint/bin
32-
- run:
33-
# Not supporting modules from registry ??
34-
name: "Check: tflint"
35-
command: |
36-
echo "Initializing terraform..."
37-
terraform init -input=false
38-
echo "Running tflint..."
39-
/usr/local/tflint/bin/tflint --version
40-
/usr/local/tflint/bin/tflint
32+
#- run:
33+
# # Not supporting modules from registry ?? v0.5.4
34+
# name: "Check: tflint"
35+
# command: |
36+
# echo "Initializing terraform..."
37+
# terraform init -input=false
38+
# echo "Running tflint..."
39+
# /usr/local/tflint/bin/tflint --version
40+
# /usr/local/tflint/bin/tflint
4141

4242
workflows:
4343
version: 2

0 commit comments

Comments
 (0)