From 1c6daab8cfd0189c887618412f76cab9c81d1d5e Mon Sep 17 00:00:00 2001 From: Martin Aceto Date: Thu, 29 Feb 2024 18:15:08 -0500 Subject: [PATCH] comment validation --- .github/workflows/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 125d97e..8e6dd97 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -50,9 +50,9 @@ jobs: id: init run: terraform init - - name: Terraform Validate - id: validate - run: terraform validate -no-color + # - name: Terraform Validate + # id: validate + # run: terraform validate -no-color - name: Terraform Plan id: plan