Skip to content

Update Terraform aws to v5.74.0 #81

Update Terraform aws to v5.74.0

Update Terraform aws to v5.74.0 #81

name: CI - Tflint Module Deployment
on:
pull_request:
env:
MODULE_DEPLOYMENT_DIR: "module-deployment"
jobs:
tflint:
name: tflint
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v4
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
with:
tflint_version: v0.44.1
- name: Run TFLint
run: tflint --chdir=${{ env.MODULE_DEPLOYMENT_DIR }} -f compact