From e0ae1be6b3d764798f0246aed29d01b7daad792f Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Thu, 5 Feb 2026 09:34:16 +0000 Subject: [PATCH] apply terraform --- .github/workflows/deploy_terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 567f8d5a..b9aa155c 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -61,7 +61,7 @@ jobs: run: terraform plan -var-file=${STAGE}.tfvars -out=tfplan - name: Terraform Apply - if: env.STAGE == 'prod' + # if: env.STAGE == 'prod' working-directory: infrastructure/terraform/shared run: terraform apply -auto-approve tfplan