working dir for opentofu

This commit is contained in:
2025-08-18 19:48:18 +00:00
parent bf3d49edc2
commit 9578a3d29c

View File

@ -33,9 +33,11 @@ jobs:
run: tofu init
- name: Plan
working-directory: infra
run: tofu plan -out=tfplan
- name: Export tfplan
working-directory: infra
uses: actions/upload-artifact@v4
with:
name: tofu-plan
@ -43,4 +45,5 @@ jobs:
- name: Apply
working-directory: infra
run: tofu apply -auto-approve tfplan