Skip to content

BREAKING_CHANGES: V11 #34

BREAKING_CHANGES: V11

BREAKING_CHANGES: V11 #34

Workflow file for this run

name: Validate - Terraform
on:
workflow_call:
pull_request:
push:
branches: [main]
jobs:
validate-tf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Setup Terraform
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
- name: Render terraform docs inside the README.md
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
with:
working-dir: .
config-file: .terraform-docs.yml
output-method: ""
output-file: ""
output-format: ""
template: ""
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.13"
- uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
with:
tflint_wrapper: true
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
env:
SKIP: ${{ vars.SKIP }}