diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index 9947197..d89e648 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -53,7 +53,7 @@ jobs: - name: Plan Terraform id: plan - run: terraform plan -no-color + run: terraform plan -no-color -input=false continue-on-error: true # Sed is taking all lines that begin with one or more spaces followed by a `+` or `-`. diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 9e8e411..8c99028 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -31,7 +31,7 @@ jobs: - name: Terraform Plan id: plan - run: terraform plan -no-color + run: terraform plan -no-color -input=false continue-on-error: true - uses: actions/github-script@v6