Skip to content

Commit

Permalink
feat: Add terraform test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMakandra committed Mar 14, 2024
1 parent b390c5d commit 63cee49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/terraform-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
jobs:
terraform-test:
runs-on: docker pull hashicorp/terraform:1.7.5
permissions:
contents: read
actions: read
steps:
- uses: actions/checkout@v4
- run: terraform init
- run: terraform test

0 comments on commit 63cee49

Please sign in to comment.