Skip to content

Commit 65efa06

Browse files
committed
add missing terraform for ubuntu 24.04 runner
1 parent a553230 commit 65efa06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
15+
16+
# https://github.com/hashicorp/setup-terraform
17+
- uses: hashicorp/setup-terraform@v3
1518
- name: Init
1619
run: terraform init
1720
- name: Validate
1821
run: terraform validate
1922
- name: Formatting
2023
run: terraform fmt -recursive -check -diff -no-color
24+
2125
# https://github.com/marketplace/actions/setup-tflint
2226
- name: Lint
2327
uses: terraform-linters/setup-tflint@v4
2428
with:
2529
tflint_version: latest
2630
- id: tflint
2731
run: tflint --recursive --format compact
32+
2833
# https://github.com/marketplace/actions/tfsec-action
2934
- name: tfsec
3035
uses: aquasecurity/tfsec-action@v1.0.3

0 commit comments

Comments
 (0)