Skip to content

Commit f79ace5

Browse files
committed
- Add tests
- Add gitignore - Update example module setup and name - Fix MODULE_DIRECTORIES error - Add tflint config
1 parent 9bb9e29 commit f79ace5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
with:
9090
submodules: true
9191

92+
- uses: hashicorp/setup-terraform@v3
93+
with:
94+
terraform_version: ${{ matrix.terraform_version }}
95+
9296
- name: Install Go
9397
uses: actions/setup-go@v5
9498
with:

0 commit comments

Comments
 (0)