mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
include environment vars in lambda terraform plan
This commit is contained in:
parent
807d94ca3c
commit
dda05a4f33
1 changed files with 1 additions and 0 deletions
1
.github/workflows/_deploy_lambda.yml
vendored
1
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -88,6 +88,7 @@ jobs:
|
|||
-var="lambda_name=${{ inputs.lambda_name }}" \
|
||||
-var="ecr_repo_url=${{ steps.repo.outputs.ecr_repo_url }}" \
|
||||
-var="image_digest=${{ inputs.image_digest }}" \
|
||||
-var="environment_vars=${{ inputs.environment_vars }}" \
|
||||
-out=lambdaplan
|
||||
|
||||
- name: Terraform Apply
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue