Skip to content

Commit f5c0bfa

Browse files
committed
task: show tools versions, run terraform init and terraform plan
Part of #1631 [skip ci]
1 parent e4b804b commit f5c0bfa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ jobs:
4646
- name: Install terraform
4747
working-directory: infra/terraform
4848
run: tfenv install
49+
50+
- name: Show tools versions
51+
run: |
52+
tfenv --version
53+
terraform -version
54+
55+
- name: Run terraform init
56+
run: terraform init
57+
58+
- name: Run terraform plan
59+
run: terraform plan

0 commit comments

Comments
 (0)