Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcemycl committed Apr 7, 2024
1 parent f751de7 commit 757224b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
working-directory: ${{ matrix.path }}
id: validate
run: terraform validate

- name: Terraform plan
working-directory: ${{ matrix.path }}
id: plan
run: terraform plan

0 comments on commit 757224b

Please sign in to comment.