Skip to content

Commit

Permalink
Add Terraform Show step to workflow for enhanced output visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyy108 committed Nov 23, 2024
1 parent 5f50139 commit 084e6e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
run: terraform plan -no-color
continue-on-error: false

- name: Terraform Show
id: show
env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
run: terraform show -no-color

- name: add-plan-comment
id: comment
uses: actions/github-script@v3
Expand Down

0 comments on commit 084e6e2

Please sign in to comment.