Skip to content

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0 #212

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0

chore(deps): bump hashicorp/kubernetes from 2.29.0 to 2.30.0 #212

Workflow file for this run

name: tflint
on:
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: terraform-linters/setup-tflint@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