Skip to content

Commit

Permalink
Merge pull request #71 from nnewc/terraform-validation
Browse files Browse the repository at this point in the history
add validation check to CI
  • Loading branch information
aleiner authored Mar 31, 2023
2 parents ec82896 + 895bd2b commit a5e7d88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
# Checks that all Terraform configuration files adhere to a canonical format
- name: Terraform Format
run: terraform fmt -recursive -check

- name: Terraform init
run: terraform init

- name: Terraform Validate
run: terraform validate

0 comments on commit a5e7d88

Please sign in to comment.