Merge pull request #180 from Hestia-Homes/main

this is the last damn time
This commit is contained in:
KhalimCK 2023-08-31 14:05:42 +01:00 committed by GitHub
commit a2b4108bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,11 +115,11 @@ module "route53" {
# Create an ECR repository for storage of the lambda's docker images
module "fastapi_backend_ecr" {
ecr_name = "fastapi-repository-${var.environment}"
ecr_name = "fastapi-repository-${var.stage}"
source = "./modules/ecr"
}
module "lambda_sap_prediction_ecr" {
ecr_name = "lambda-sap-prediction-${var.environment}"
ecr_name = "lambda-sap-prediction-${var.stage}"
source = "./modules/ecr"
}