mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
add missing variable to lambda variables
This commit is contained in:
parent
63b1fa08a8
commit
c1dda41857
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,12 @@ variable "stage" {
|
|||
type = string
|
||||
}
|
||||
|
||||
variable "lambda_name" {
|
||||
description = "Lambda function name (passed by the deploy workflow)"
|
||||
type = string
|
||||
default = "audit_generator"
|
||||
}
|
||||
|
||||
variable "ecr_repo_url" {
|
||||
type = string
|
||||
description = "ECR repository URL (no tag, no digest)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue