Skip to content

Commit

Permalink
disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos committed Jan 5, 2024
1 parent 7bdc106 commit 796fb71
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ jobs:
# print git configuration
INPUT_PRE_EXEC_2: |
git config --global --list
INPUT_PRE_EXEC_3: |
TF_LOG=trace
INPUT_PRE_EXEC_4: |
TG_LOG=trace
- name: Validate
uses: gruntwork-io/[email protected]
Expand Down Expand Up @@ -216,7 +211,7 @@ jobs:
OVH_CONSUMER_KEY: ${{ secrets.OVH_CONSUMER_KEY }}
OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
TF_LOG: trace
# TF_LOG: trace

- name: Terraform Plan Status
if: steps.plan.outcome == 'failure'
Expand Down

0 comments on commit 796fb71

Please sign in to comment.