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 +