revert changes to _deploy_lambda

This commit is contained in:
Daniel Roth 2026-02-09 09:20:50 +00:00
parent bae1735e23
commit daaa3c560f

View file

@ -23,10 +23,6 @@ on:
required: true
type: string
# environment_vars:
# required: false
# type: string
secrets:
AWS_ACCESS_KEY_ID:
required: true
@ -86,7 +82,7 @@ jobs:
terraform plan \
-var="stage=${{ inputs.stage }}" \
-var="lambda_name=${{ inputs.lambda_name }}" \
-var="ecr_repo_url=${{ inputs.ecr_repo }}" \
-var="ecr_repo_url=${{ steps.repo.outputs.ecr_repo_url }}" \
-var="image_digest=${{ inputs.image_digest }}" \
-out=lambdaplan