diff --git a/.github/workflows/aws-template-terraform.yml b/.github/workflows/aws-template-terraform.yml index e9b7ca4d..f9b1f893 100644 --- a/.github/workflows/aws-template-terraform.yml +++ b/.github/workflows/aws-template-terraform.yml @@ -67,7 +67,6 @@ jobs: with: working_directory: ${{ inputs.CONTEXT_FOLDER }} additional_args: "--tfvars-file=${{ inputs.CONTEXT_FOLDER }}/${{ inputs.ENVIRONMENT_NAME }}.tfvars" - soft_fail: false github_token: ${{ secrets.GITHUB_TOKEN }} needs: [check_changes]