Skip to content

Remove stale vpc module reference #255

Remove stale vpc module reference

Remove stale vpc module reference #255

on:
pull_request:
paths:
- "infrastructure/global/**/*"
- "infrastructure/global/*"
name: Global Terraform Lint
env:
TF_WORKSPACE: "default"
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.2.4
- name: Terraform Format
id: fmt
run: terraform fmt -check
env:
TF_IN_AUTOMATION: 1