From 84947a03295a78d54d785315c1aa519e1be08f9e Mon Sep 17 00:00:00 2001 From: tylerthome Date: Thu, 5 Sep 2024 12:10:59 -0700 Subject: [PATCH] temp log level increase for oidc debug --- .github/workflows/terraform-plan-with-oidc.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-plan-with-oidc.yaml b/.github/workflows/terraform-plan-with-oidc.yaml index cce5f78..17a950b 100644 --- a/.github/workflows/terraform-plan-with-oidc.yaml +++ b/.github/workflows/terraform-plan-with-oidc.yaml @@ -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 - \ No newline at end of file +