Skip to content

chore(deps): update terraform aws to v5 #4

chore(deps): update terraform aws to v5

chore(deps): update terraform aws to v5 #4

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@v2
- uses: terraform-linters/[email protected]
with:
tflint_version: v0.45.0
- run: make lint-tf