Skip to content

chore(deps): update terraform terraform-aws-modules/eks/aws to v20.2.1 #11

chore(deps): update terraform terraform-aws-modules/eks/aws to v20.2.1

chore(deps): update terraform terraform-aws-modules/eks/aws to v20.2.1 #11

Workflow file for this run

name: Lint TF files
on:
pull_request:
paths:
- '**.tf'
branches:
- main
jobs:
lint-tf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: terraform-linters/[email protected]
with:
tflint_version: v0.45.0
- run: make lint-tf