apply and check aws

This commit is contained in:
Jun-te Kim 2026-02-03 15:01:01 +00:00
parent c8ca5a8378
commit 03e7c94158
2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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]