Skip to content

chore(deps): update terraform aws to ~> 4.67.0 - autoclosed #3

chore(deps): update terraform aws to ~> 4.67.0 - autoclosed

chore(deps): update terraform aws to ~> 4.67.0 - autoclosed #3

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