Skip to content

Commit 2e63a66

Browse files
authored
Merge pull request #11 from cookielab/renovate/ghcr.io-cookielab-container-image-terraform-1.x
chore(deps): update ghcr.io/cookielab/container-image-terraform docker tag to v1.9
2 parents f7a92c2 + 89f33a0 commit 2e63a66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/check.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Terraform Format
1010
runs-on: ubuntu-latest
1111
container:
12-
image: ghcr.io/cookielab/container-image-terraform:1.3
12+
image: ghcr.io/cookielab/container-image-terraform:1.9
1313
options: --user root
1414
credentials:
1515
username: ${{ github.actor }}
@@ -25,7 +25,7 @@ jobs:
2525
name: TF Lint
2626
runs-on: ubuntu-latest
2727
container:
28-
image: ghcr.io/cookielab/container-image-terraform:1.3
28+
image: ghcr.io/cookielab/container-image-terraform:1.9
2929
options: --user root
3030
credentials:
3131
username: ${{ github.actor }}
@@ -34,12 +34,12 @@ jobs:
3434
- name: Checkout repository
3535
uses: actions/checkout@v4
3636
- name: Check TF lint
37-
run: tflint .
37+
run: tflint --recursive
3838
validate:
3939
name: Terraform Validate
4040
runs-on: ubuntu-latest
4141
container:
42-
image: ghcr.io/cookielab/container-image-terraform:1.3
42+
image: ghcr.io/cookielab/container-image-terraform:1.9
4343
options: --user root
4444
credentials:
4545
username: ${{ github.actor }}

output.tf outputs.tf

File renamed without changes.

0 commit comments

Comments
 (0)