diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 9fb3787f..6864570d 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -71,7 +71,7 @@ jobs: # ============================================================ # 2️⃣ Build Docker image (tag = GitHub SHA, digest resolved) # ============================================================ - image: + address2uprn_image: needs: determine_stage uses: ./.github/workflows/_build_image.yml with: @@ -86,12 +86,12 @@ jobs: # # ============================================================ # # 3️⃣ Deploy Lambda (Terraform, immutable digest) # # ============================================================ - deploy_lambda: - needs: [image, determine_stage] + deploy_address2uprn_lambda: + needs: [address2uprn_image, determine_stage] uses: ./.github/workflows/_deploy_lambda.yml with: - lambda_name: address2uprn - lambda_path: infrastructure/terraform/lambda/address2uprn + lambda_name: address2UPRN + lambda_path: infrastructure/terraform/lambda/address2UPRN stage: ${{ needs.determine_stage.outputs.stage }} image_digest: ${{ needs.image.outputs.image_digest }} secrets: