Skip to content

Commit 3b7727b

Browse files
committed
revert: chore: execute only tfenv --version as it shows both versions
This reverts commit 9e01429. Part of #1631 [skip ci]
1 parent 7506f0c commit 3b7727b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/provision-by-terraform.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
tfenv use
5353
5454
- name: Show tools versions
55-
run: tfenv --version
55+
run: |
56+
tfenv --version
57+
terraform -version
5658
5759
- name: Run terraform init
5860
working-directory: infra/terraform

0 commit comments

Comments
 (0)