File tree 3 files changed +4
-4
lines changed
modules/gitlab_agent_name_variable
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
name : Terraform Format
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ghcr.io/cookielab/container-image-terraform:1.3
12
+ image : ghcr.io/cookielab/container-image-terraform:1.9
13
13
options : --user root
14
14
credentials :
15
15
username : ${{ github.actor }}
25
25
name : TF Lint
26
26
runs-on : ubuntu-latest
27
27
container :
28
- image : ghcr.io/cookielab/container-image-terraform:1.3
28
+ image : ghcr.io/cookielab/container-image-terraform:1.9
29
29
options : --user root
30
30
credentials :
31
31
username : ${{ github.actor }}
@@ -34,12 +34,12 @@ jobs:
34
34
- name : Checkout repository
35
35
uses : actions/checkout@v4
36
36
- name : Check TF lint
37
- run : tflint .
37
+ run : tflint --recursive
38
38
validate :
39
39
name : Terraform Validate
40
40
runs-on : ubuntu-latest
41
41
container :
42
- image : ghcr.io/cookielab/container-image-terraform:1.3
42
+ image : ghcr.io/cookielab/container-image-terraform:1.9
43
43
options : --user root
44
44
credentials :
45
45
username : ${{ github.actor }}
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments