diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93a6639..e7b35f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -82,7 +82,9 @@ jobs: run: terraform validate - name: Terraform Plan + id: plan working-directory: terraform + continue-on-error: true run: | terraform plan -out=tfplan terraform show -no-color tfplan > plan.txt