We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87ba0c commit 54ae257Copy full SHA for 54ae257
1 file changed
.github/workflows/sync.yml
@@ -85,7 +85,7 @@ jobs:
85
if: ${{ github.event.inputs.refresh == 'true' }}
86
run:
87
echo "{}" > $TF_WORKSPACE.tfstate.json
88
- terraform apply -refresh-only -auto-approve -lock=$TF_LOCK
+ terraform refresh -lock=$TF_LOCK
89
- name: Pull terraform state
90
run: |
91
terraform show -json > $TF_WORKSPACE.tfstate.json
0 commit comments