Skip to content

feat(governance): support custom parent folder ID for resource manage… #73

feat(governance): support custom parent folder ID for resource manage…

feat(governance): support custom parent folder ID for resource manage… #73

Workflow file for this run

name: tflint
on:
pull_request:
push:
branches:
- main
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.9.8
- name: Setup TFLint
uses: terraform-linters/setup-tflint@v4
with:
tflint_version: latest
- name: Show version
run: tflint --version
- name: Init TFLint
run: tflint --init
- name: Run TFLint (blocking except unused declarations)
run: tflint --recursive --format compact --minimum-failure-severity=warning --disable-rule=terraform_unused_declarations --disable-rule=terraform_required_providers
- name: Run TFLint (unused declarations report only)
continue-on-error: true
run: tflint --recursive --format compact --only=terraform_unused_declarations
# runs 6h
# - name: Validate STACKIT flavors (live)
# run: python3 docs/scripts/validate_stackit_flavors.py