Skip to content

Commit 1ee1e0a

Browse files
authored
Update sync.yml
1 parent 3d0d789 commit 1ee1e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
run: |
7777
terraform workspace select "${TF_WORKSPACE_OPT}" || terraform workspace new "${TF_WORKSPACE_OPT}"
7878
echo "TF_WORKSPACE=${TF_WORKSPACE_OPT}" >> $GITHUB_ENV
79+
terraform show -json > $TF_WORKSPACE.tfstate.json
7980
working-directory: terraform
8081
- name: Sync
8182
run: |

0 commit comments

Comments
 (0)