Skip to content

Commit 7506f0c

Browse files
committed
task: execute terraform from a proper directory
Part of #1631 [skip ci]
1 parent 9e01429 commit 7506f0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
run: tfenv --version
5656

5757
- name: Run terraform init
58+
working-directory: infra/terraform
5859
run: terraform init
5960

6061
- name: Run terraform plan
62+
working-directory: infra/terraform
6163
run: terraform plan

0 commit comments

Comments
 (0)