From cdf8ce8ec6e4a5ee0ce141680efe4a19505597c8 Mon Sep 17 00:00:00 2001 From: Chelsey Beck Date: Wed, 7 Feb 2024 21:28:29 -0800 Subject: [PATCH] testing to see if plan works without dflook --- .github/workflows/terraform-plan.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index 8fb482a..d16a473 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -32,8 +32,11 @@ jobs: run: terraform init - name: Terraform Plan - uses: dflook/terraform-plan@v1 - with: - path: terraform + run: terraform plan + + # - name: Terraform Plan + # uses: dflook/terraform-plan@v1 + # with: + # path: terraform