We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09924b6 commit 5ef5058Copy full SHA for 5ef5058
.github/workflows/terraform.yml
@@ -7,8 +7,8 @@ on:
7
pull_request:
8
9
jobs:
10
- terraform-fmt:
11
- name: Terraform Format
+ terraform:
+ name: Terraform format and validate
12
runs-on: ubuntu-latest
13
defaults:
14
run:
@@ -23,20 +23,6 @@ jobs:
23
24
run: terraform fmt -check -recursive
25
26
- terraform-validate:
27
- name: Terraform Validate
28
- runs-on: ubuntu-latest
29
- needs: terraform-fmt
30
- defaults:
31
- run:
32
- working-directory: terraform
33
- steps:
34
- - name: Checkout
35
- uses: actions/checkout@v4
36
-
37
- - name: Setup Terraform
38
- uses: hashicorp/setup-terraform@v3
39
40
- name: Terraform Init
41
run: terraform init -backend=false
42
0 commit comments