mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
this is the last damn time
This commit is contained in:
parent
e9f821c06f
commit
e0c786822c
1 changed files with 4 additions and 4 deletions
|
|
@ -115,11 +115,11 @@ module "route53" {
|
|||
|
||||
# Create an ECR repository for storage of the lambda's docker images
|
||||
module "fastapi_backend_ecr" {
|
||||
name = "fastapi-repository-${var.environment}"
|
||||
source = "./modules/ecr"
|
||||
ecr_name = "fastapi-repository-${var.environment}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
||||
module "lambda_sap_prediction_ecr" {
|
||||
name = "lambda-sap-prediction-${var.environment}"
|
||||
source = "./modules/ecr"
|
||||
ecr_name = "lambda-sap-prediction-${var.environment}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue