Skip to content

Commit

Permalink
temp log level increase for oidc debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Sep 5, 2024
1 parent cfbc0ec commit 84947a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/terraform-plan-with-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ jobs:
role-session-name: ghaincubatorsession
aws-region: us-west-2

- name:
- name: Setup terraform
uses: hashicorp/setup-terraform@v3

- name: Run terraform
run: |
pushd ./terraform-incubator/home-unite-us
TF_LOG='DEBUG'
pushd ./terraform-incubator/home-unite-us
terraform init
terraform plan
popd

0 comments on commit 84947a0

Please sign in to comment.