Skip to content

fix: terratest estava quebrado #6

fix: terratest estava quebrado

fix: terratest estava quebrado #6

Workflow file for this run

name: tflint
on:
pull_request:
permissions:
id-token: write
contents: read
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- uses: terraform-linters/setup-tflint@v4
name: Setup TFLint
with:
tflint_version: v0.44.1
- name: tflint init
run: tflint --init
- name: Run TFLint
run: tflint --recursive --config "$(pwd)/.tflint.hcl"