From 03e7c941589e62b81d9717be53999af937212303 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 3 Feb 2026 15:01:01 +0000 Subject: [PATCH] apply and check aws --- .github/workflows/_deploy_lambda.yml | 7 +++---- .github/workflows/deploy_terraform.yml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_deploy_lambda.yml b/.github/workflows/_deploy_lambda.yml index 5887da65..8161dbbf 100644 --- a/.github/workflows/_deploy_lambda.yml +++ b/.github/workflows/_deploy_lambda.yml @@ -62,7 +62,6 @@ jobs: -var="image_uri=${{ inputs.image_uri }}" \ -out=lambdaplan - # Uncomment when ready - # - name: Terraform Apply - # working-directory: ${{ inputs.lambda_path }} - # run: terraform apply -auto-approve lambdaplan + - name: Terraform Apply + working-directory: ${{ inputs.lambda_path }} + run: terraform apply -auto-approve lambdaplan diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 1aab25cf..eede1048 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -64,7 +64,7 @@ jobs: run: terraform apply -auto-approve tfplan # ============================================================ - # 2️⃣ Build image + # 2️⃣ Build Address 2 UPRN image and Push # ============================================================ address2uprn_image: needs: [determine_stage, shared_terraform] @@ -79,7 +79,7 @@ jobs: AWS_REGION: ${{ secrets.DEV_AWS_REGION }} # ============================================================ - # 3️⃣ Deploy Lambda + # 3️⃣ Deploy Address 2 UPRN Lambda # ============================================================ address2uprn_lambda: needs: [address2uprn_image, determine_stage]