diff --git a/.github/workflows/tf_tests.yaml b/.github/workflows/tf_tests.yaml index 528506e4..0bd0f888 100644 --- a/.github/workflows/tf_tests.yaml +++ b/.github/workflows/tf_tests.yaml @@ -73,11 +73,7 @@ jobs: GH_TOKEN: ${{ github.token }} run: | # Compose TFLint output. - tflint=' - 2 issue(s) found: - Warning: main.tf:1:1: Warning - Missing version constraint for provider "random" in `required_providers` (terraform_required_providers) - Warning: main.tf:1:1: Warning - terraform "required_version" attribute is required (terraform_required_version) - ' + tflint='${{ steps.tflint.outputs.stdout }}' tflint=$(echo "$tflint" | sed 's/`/\\`/g') tflint="