Skip to content

♻️ Cleanup this repository #78

♻️ Cleanup this repository

♻️ Cleanup this repository #78

Workflow file for this run

name: Terraform HCL validation (PRs only)
on:
pull_request:
paths: ["**.tf"]
permissions:
pull-requests: write
jobs:
terraform-module-k3s:
name: Terraform module
uses: ./.github/workflows/templates.terraform.pull_requests.lint.yaml
examples_hcloud-k3s:
name: Hetzner Cloud
needs: [terraform-module-k3s]
uses: ./.github/workflows/templates.terraform.pull_requests.lint.yaml
with:
terraform_workdir: examples/hcloud-k3s
examples_civo-k3s:
name: CIVO
needs: [terraform-module-k3s]
uses: ./.github/workflows/templates.terraform.pull_requests.lint.yaml
with:
terraform_workdir: examples/civo-k3s