Skip to content

feat: allow customisation of statefile name for repos deploying multiple environments #36

feat: allow customisation of statefile name for repos deploying multiple environments

feat: allow customisation of statefile name for repos deploying multiple environments #36

Workflow file for this run

---
name: Terraform
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
role-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
name: OIDC Role Module
with:
working-directory: modules/role
remote-state-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
name: Remote State Module
with:
working-directory: modules/remote_state
provider-validation:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
name: Provider Module
with:
working-directory: modules/provider