From 3221899299f6b70c0def73788f9bdb3fda725604 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 13:38:37 +0000 Subject: [PATCH] apply --- .github/workflows/deploy_terraform.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 52187f1e..c35e3744 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -64,9 +64,10 @@ jobs: working-directory: infrastructure/terraform/shared run: terraform plan -var-file=${STAGE}.tfvars -out=tfplan - # - name: Terraform Apply (shared) - # working-directory: infrastructure/terraform/shared - # run: terraform apply -auto-approve -var-file=${STAGE}.tfvars tfplan + - name: Terraform Apply (shared) + # if: env.STAGE == 'prod' + working-directory: infrastructure/terraform/shared + run: terraform apply -auto-approve -var-file=${STAGE}.tfvars tfplan # # ============================================================ # # 2️⃣ Build Docker image (tag = GitHub SHA, digest resolved)