From c96fa51badc00dfb6df770fa78c82006f37d63c4 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 16 Feb 2026 16:09:49 +0000 Subject: [PATCH] add terraform_apply env var to shared_terraform --- .github/workflows/deploy_terraform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 6280abcd..691c9996 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -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