Skip to content

chore(deps): renovate: dependency hashicorp/terraform to v1.12.1 #102

chore(deps): renovate: dependency hashicorp/terraform to v1.12.1

chore(deps): renovate: dependency hashicorp/terraform to v1.12.1 #102

Workflow file for this run

name: TFLint
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 # v4
name: Setup TFLint
with:
tflint_version: v0.44.1
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
- name: Run TFLint
run: tflint -f compact