Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asafmazor17 committed Nov 29, 2023
1 parent 9a7de75 commit 34a8881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/terraform_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ jobs:

- name: run terraform plan
working-directory: ${{ env.WORK_DIR }}
run: terraform plan -out=../../../plan.json
run: |
terraform plan -out=./plan
terraform show -json ./plan > ../../plan.json
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 34a8881

Please sign in to comment.