Skip to content

Commit

Permalink
Run TF validate during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba committed Jan 27, 2025
1 parent a7f9bfa commit 7908bc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
- name: Lint Terraform
run: |
terraform fmt -recursive -check
- name: Validate Terraform example
run: |
terraform init -backend=false
terraform validate
working_directory: examples/basic

0 comments on commit 7908bc6

Please sign in to comment.