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 520809c commit 182d922Copy full SHA for 182d922
.github/workflows/sync.yml
@@ -79,6 +79,7 @@ jobs:
79
working-directory: terraform
80
- name: Pull terraform state
81
run: |
82
+ terraform apply -refresh-only
83
terraform show -json > $TF_WORKSPACE.tfstate.json
84
85
- name: Install pnpm
0 commit comments