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 9f2b6be commit a3c3dfcCopy full SHA for a3c3dfc
.github/workflows/sync.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Pull terraform state
81
run: |
82
echo "{}" > $TF_WORKSPACE.tfstate.json
83
- terraform apply -refresh-only
+ terraform refresh
84
terraform show -json > $TF_WORKSPACE.tfstate.json
85
working-directory: terraform
86
- name: Install pnpm
0 commit comments