Skip to content

Commit 5765274

Browse files
committed
task: execute tfenv use in order to register used terraform version
Part of #1631 [skip ci]
1 parent f5c0bfa commit 5765274

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
@@ -45,7 +45,9 @@ jobs:
4545

4646
- name: Install terraform
4747
working-directory: infra/terraform
48-
run: tfenv install
48+
run: |
49+
tfenv install
50+
tfenv use
4951
5052
- name: Show tools versions
5153
run: |

0 commit comments

Comments
 (0)