add terraform_apply env var to shared_terraform

This commit is contained in:
Daniel Roth 2026-02-16 16:09:49 +00:00
parent 2fc01a5dc7
commit c96fa51bad

View file

@ -52,6 +52,7 @@ jobs:
runs-on: ubuntu-latest
env:
STAGE: ${{ needs.determine_stage.outputs.stage }}
TERRAFORM_APPLY: ${{ needs.determine_stage.outputs.terraform_apply }}
steps:
- uses: actions/checkout@v4