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)