Skip to content

Expanded variables for pipeline workflow #36

Expanded variables for pipeline workflow

Expanded variables for pipeline workflow #36

---
name: Terraform
on:
push:
branches:
- main
- feature/*
- review/*
- fix/*
pull_request:
types: [opened, reopened]
jobs:
validate-terraform:
if: github.event.ref == 'refs/heads/main'
name: Valdiate
uses: stuttgart-things/stuttgart-things/.github/workflows/validate-terraform.yaml@main
with:
environment-name: k8s
runs-on: ghr-proxmox-vm-sthings-cicd
terraform-version: 1.6
tflint-version: "v0.50.0"
continue-error: false