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