Skip to content

Commit

Permalink
Enable debug logging for Terraform test
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Feb 5, 2024
1 parent 2dfb36f commit 9d82fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ jobs:
working-directory: ${{ github.workspace }}/cluster
shell: bash
run: |
export TF_LOG=DEBUG
terraform init
if [[ "${{ steps.determine.outputs.cloudProvider }}" == "azure" ]]; then
terraform apply -target module.azure_iam -auto-approve
Expand Down

0 comments on commit 9d82fe1

Please sign in to comment.