From d23b2f7037c137eccf254833593d360b696712c4 Mon Sep 17 00:00:00 2001 From: David John Arnold Jr Date: Fri, 9 Aug 2024 11:49:48 -0700 Subject: [PATCH] Update terraform-plan.yaml --- .github/workflows/terraform-plan.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/terraform-plan.yaml b/.github/workflows/terraform-plan.yaml index f2b6171..47541f0 100644 --- a/.github/workflows/terraform-plan.yaml +++ b/.github/workflows/terraform-plan.yaml @@ -25,13 +25,13 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - - uses: CSVD/gh-actions-setup-node@v3 - with: - node-version: 16 +# - uses: CSVD/gh-actions-setup-node@v3 +# 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 # Runs a set of commands using the runners shell - name: Run a multi-line script