Skip to content

Commit cd6cacd

Browse files
committed
ci: add tf validate to tests
1 parent 5e01821 commit cd6cacd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
- name: Setup Terraform
1515
uses: hashicorp/setup-terraform@v3
1616
- name: Terraform Setup
17-
run: |
18-
terraform init
17+
run: terraform init
18+
- name: Terraform Validate
19+
run: terraform validate
1920
- name: Lint Terraform
2021
uses: reviewdog/action-tflint@master
2122
with:

0 commit comments

Comments
 (0)