chore: provide terraform binary to pipeline (#615)

* chore: pull terraform binary explicitly

* chore: use unzip instead of not available bsdtar

* chore: reuse existing terraform from path

* chore: use github action to install terraform in pipeline

* chore: removed explicit terraform version
This commit is contained in:
Rüdiger Schmitz 2024-12-18 11:31:24 +01:00 committed by GitHub
parent 5abec12e58
commit 54b997f07e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,8 @@ jobs:
uses: ./.github/actions/build
with:
go-version: ${{ env.GO_VERSION }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
- name: Lint
run: make lint
- name: Test