We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaad75 commit fef02c6Copy full SHA for fef02c6
.github/workflows/test-version.yaml
@@ -398,7 +398,7 @@ jobs:
398
399
- name: Check the version
400
run: |
401
- if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.1"* ]]; then
+ if [[ "${{ steps.terraform-version.outputs.terraform }}" != *"1.2"* ]]; then
402
echo "::error:: Latest version was not used"
403
exit 1
404
fi
0 commit comments