Skip to content

Commit

Permalink
ci: set minimum TF version for test workflows (#69)
Browse files Browse the repository at this point in the history
* ci: set minimum TF version for test workflows

Signed-off-by: Timothy MacDonald <[email protected]>

* ci: bump minimum terraform version to 1.5

Signed-off-by: Timothy MacDonald <[email protected]>

---------

Signed-off-by: Timothy MacDonald <[email protected]>
  • Loading branch information
tmac1973 authored Apr 11, 2024
1 parent bf98f52 commit b7a38f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
call-nightly-workflow:
uses: lacework/oss-actions/.github/workflows/tf-nightly.yml@main
secrets: inherit
with:
tf-version: '["1.5"]'
2 changes: 2 additions & 0 deletions .github/workflows/test-compat-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
needs: check-commenting-user
uses: lacework/oss-actions/.github/workflows/tf-test-compatibility.yml@main
secrets: inherit
with:
min-version: 1.5
2 changes: 2 additions & 0 deletions .github/workflows/test-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ jobs:
call-test-compat:
uses: lacework/oss-actions/.github/workflows/tf-test-compatibility.yml@main
secrets: inherit
with:
min-version: 1.5

0 comments on commit b7a38f8

Please sign in to comment.