Skip to content

[EC-246] Move ELT resources to their own configuration (#940) #1

[EC-246] Move ELT resources to their own configuration (#940)

[EC-246] Move ELT resources to their own configuration (#940) #1

Workflow file for this run

name: Continuous Delivery on elt
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "src/domains/elt**"
jobs:
release_prod:
uses: ./.github/workflows/call_release.yaml
name: Terraform Apply
secrets: inherit
with:
environment: prod
dir: "src/domains/elt/prod/westeurope"