41
41
continue-on-error : true
42
42
- name : validate terraform
43
43
run : terraform validate
44
+ - if : contains(matrix.terraform, '1.3.')
45
+ name : Fix for actions/cache on alpine
46
+ run : apk add --no-cache tar
47
+ continue-on-error : true
44
48
- if : contains(matrix.terraform, '1.3.')
45
49
46
50
name : Cache TFLint plugin dir
85
89
continue-on-error : true
86
90
- name : validate terraform
87
91
run : terraform validate
92
+ - if : contains(matrix.terraform, '1.3.')
93
+ name : Fix for actions/cache on alpine
94
+ run : apk add --no-cache tar
95
+ continue-on-error : true
88
96
- if : contains(matrix.terraform, '1.3.')
89
97
90
98
name : Cache TFLint plugin dir
@@ -130,6 +138,10 @@ jobs:
130
138
continue-on-error : true
131
139
- name : validate terraform
132
140
run : terraform validate
141
+ - if : contains(matrix.terraform, '1.3.')
142
+ name : Fix for actions/cache on alpine
143
+ run : apk add --no-cache tar
144
+ continue-on-error : true
133
145
- if : contains(matrix.terraform, '1.3.')
134
146
135
147
name : Cache TFLint plugin dir
@@ -147,3 +159,4 @@ jobs:
147
159
run : |
148
160
tflint --init -c ${GITHUB_WORKSPACE}/.tflint.hcl --chdir modules/${{ matrix.module }}
149
161
tflint -f compact -c ${GITHUB_WORKSPACE}/.tflint.hcl --var-file ${GITHUB_WORKSPACE}/.github/lint/tflint.tfvars --chdir examples/${{ matrix.example }}
162
+
0 commit comments