diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 97d8186..b1b8a8e 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -189,7 +189,7 @@ jobs: shell: bash if: inputs.tf_apply working-directory: ${{ inputs.working_directory }} - run: tf apply 2>&1 | tee /tmp/${{ inputs.environment }}.apply.txt + run: tf apply -no-color 2>&1 | tee /tmp/${{ inputs.environment }}.apply.txt - name: Apply summary if: inputs.tf_apply