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 8f4f71e commit 205bf7dCopy full SHA for 205bf7d
.github/workflows/sync.yml
@@ -83,9 +83,9 @@ jobs:
83
working-directory: terraform
84
- name: Refresh terraform state
85
if: ${{ github.event.inputs.refresh == 'true' }}
86
- run:
+ run: |
87
echo "{}" > $TF_WORKSPACE.tfstate.json
88
- terraform refresh -lock=$TF_LOCK
+ terraform apply -refresh-only -auto-approve -lock=$TF_LOCK
89
- name: Pull terraform state
90
run: |
91
terraform show -json > $TF_WORKSPACE.tfstate.json
0 commit comments