diff --git a/.github/workflows/infrastructure.yaml b/.github/workflows/infrastructure.yaml index 31579c7..411e856 100644 --- a/.github/workflows/infrastructure.yaml +++ b/.github/workflows/infrastructure.yaml @@ -20,7 +20,7 @@ jobs: - name: Terraform Init run: terraform init - name: Terraform Validate - run: terraform validate -no-color + run: terraform validate - name: Terraform Plan - run: terraform plan -no-color + run: terraform plan continue-on-error: false