Skip to content

Commit

Permalink
ci: update Terraform GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp committed Jul 25, 2023
1 parent 2c8a57a commit 7d4c3b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2

- name: Terraform fmt
id: fmt
run: terraform fmt -check
continue-on-error: true

- name: Terraform Init
id: init
run: terraform init

- name: Terraform Validate
id: validate
run: terraform validate -no-color
Expand Down

0 comments on commit 7d4c3b2

Please sign in to comment.