chore: add terraform install step to action #93

Merged
marcel.henselin merged 1 commit from chore/action_step into main 2026-03-25 09:23:14 +00:00

View file

@ -94,6 +94,11 @@ runs:
fi
echo "::endgroup::"
# Install latest version of Terraform
- uses: hashicorp/setup-terraform@v4
with:
terraform_wrapper: false
- name: Setup JAVA
uses: actions/setup-java@v5
with: