mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added new ecr and predictions bucket
This commit is contained in:
parent
bae3e13e21
commit
f44d58c08e
1 changed files with 12 additions and 0 deletions
|
|
@ -177,6 +177,12 @@ module "retrofit_hotwater_kwh_predictions" {
|
|||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
module "retrofit_sap_baseline_predictions" {
|
||||
source = "./modules/s3"
|
||||
bucketname = "retrofit-sap-baseline-predictions-${var.stage}"
|
||||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
// We make this bucket presignable, because we want to generate download links for the frontend
|
||||
module "retrofit_energy_assessments" {
|
||||
source = "./modules/s3_presignable_bucket"
|
||||
|
|
@ -253,6 +259,12 @@ module "lambda_hotwater_kwh_prediction_ecr" {
|
|||
source = "./modules/ecr"
|
||||
}
|
||||
|
||||
# Baselining models
|
||||
module "sap_baseline_ecr" {
|
||||
ecr_name = "sap-baseline-prediction-${var.stage}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
||||
##############################################
|
||||
# CDN - Cloudfront
|
||||
##############################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue