Skip to content

Commit

Permalink
ci: Fix wrong variable name
Browse files Browse the repository at this point in the history
use tofu_version instead of terraform_version
  • Loading branch information
coolapso committed Feb 17, 2024
1 parent acb0bd1 commit 6ecc9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: cook tofu
uses: opentofu/setup-opentofu@v1
with:
terraform_version: 1.6.1
tofu_version: 1.6.1

- name: Lint
run: docker run --rm -v "$(pwd):/data" -t ghcr.io/terraform-linters/tflint-bundle:latest
Expand Down

0 comments on commit 6ecc9af

Please sign in to comment.