From e6dc99346502efb7777163b5887d31ee395cb38c Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Wed, 14 Aug 2024 13:19:05 -0700 Subject: [PATCH] Add .github/workflows/terraform-plan.yaml --- .github/workflows/terraform-plan.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index f5c17c3..d6b7387 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -1,3 +1,4 @@ + # This is a basic workflow to help you get started with Actions name: Terraform Plan @@ -29,9 +30,10 @@ jobs: with: node-version: 16 -# - uses: CSVD/gh-actions-setup-terraform@v2 -# with: -# terraform_wrapper: false + - uses: CSVD/gh-actions-setup-terraform@v2 + with: + terraform_wrapper: false + terraform_version: ${{ vars.terraform_version }} - name: Terraform Format id: fmt @@ -54,4 +56,3 @@ jobs: id: plan run: terraform plan continue-on-error: true -