Skip to content

Replace GCP dedup with follower-style implementation #963

Replace GCP dedup with follower-style implementation

Replace GCP dedup with follower-style implementation #963

Workflow file for this run

name: 'Terragrunt format check'
on:
- pull_request
permissions:
contents: read
env:
tf_version: '1.5.7'
tg_version: '0.55.1'
jobs:
checks:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: 'Checkout'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Check terragrunt HCL
uses: gruntwork-io/terragrunt-action@9559e51d05873b0ea467c42bbabcb5c067642ccc # v2
with:
tf_version: ${{ env.tf_version }}
tg_version: ${{ env.tg_version }}
tg_dir: 'deployment'
tg_command: 'hclfmt --terragrunt-check --terragrunt-diff'