mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
added vars
This commit is contained in:
parent
f9baf95295
commit
582ed6ba35
3 changed files with 11 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ inputs:
|
|||
required: true
|
||||
lambda-image-tag:
|
||||
description: "Tag of the Lambda image (e.g., GitHub SHA)"
|
||||
required: false
|
||||
required: true
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
|
|
|||
5
deployment/lambda/extractor_and_loader/vars.tf
Normal file
5
deployment/lambda/extractor_and_loader/vars.tf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
variable "lambda_image_tag" {
|
||||
description = "Docker image tag (e.g. GitHub SHA)"
|
||||
type = string
|
||||
default = "local-dev-latest"
|
||||
}
|
||||
5
deployment/lambda/lambda_example/vars.tf
Normal file
5
deployment/lambda/lambda_example/vars.tf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
variable "lambda_image_tag" {
|
||||
description = "Docker image tag (e.g. GitHub SHA)"
|
||||
type = string
|
||||
default = "local-dev-latest"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue