Skip to content

Commit

Permalink
er
Browse files Browse the repository at this point in the history
Signed-off-by: Rishav Dhar <[email protected]>
  • Loading branch information
rdhar committed Dec 5, 2024
1 parent 356f7f7 commit 2c513d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tf_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand Down

0 comments on commit 2c513d6

Please sign in to comment.