mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
import shared module into condition-etl tf
This commit is contained in:
parent
dfff8adc3d
commit
1e1db67f3c
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ locals {
|
|||
db_credentials = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string)
|
||||
}
|
||||
|
||||
module "shared" {
|
||||
source = "../../shared"
|
||||
stage = var.stage
|
||||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
module "lambda" {
|
||||
source = "../modules/lambda_with_sqs"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue