mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
revert names
This commit is contained in:
parent
f3507e1a06
commit
26b3973d78
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ module "s3_presignable_bucket" {
|
|||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
module "datalake" {
|
||||
module "s3" {
|
||||
source = "./modules/s3"
|
||||
bucketname = "retrofit-datalake-${var.stage}"
|
||||
allowed_origins = var.allowed_origins
|
||||
|
|
@ -114,7 +114,7 @@ module "route53" {
|
|||
}
|
||||
|
||||
# Create an ECR repository for storage of the lambda's docker images
|
||||
module "fastapi_backend_ecr" {
|
||||
module "ecr" {
|
||||
ecr_name = "fastapi-repository-${var.stage}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue