We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205bf7d commit 461b2acCopy full SHA for 461b2ac
.github/workflows/sync.yml
@@ -86,6 +86,7 @@ jobs:
86
run: |
87
echo "{}" > $TF_WORKSPACE.tfstate.json
88
terraform apply -refresh-only -auto-approve -lock=$TF_LOCK
89
+ working-directory: terraform
90
- name: Pull terraform state
91
92
terraform show -json > $TF_WORKSPACE.tfstate.json
0 commit comments