mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
added heating and hotwater kwh buckets
This commit is contained in:
parent
6c66b187d7
commit
308a8eb41d
1 changed files with 12 additions and 0 deletions
|
|
@ -163,6 +163,18 @@ module "retrofit_hot_water_cost_predictions" {
|
||||||
allowed_origins = var.allowed_origins
|
allowed_origins = var.allowed_origins
|
||||||
}
|
}
|
||||||
|
|
||||||
|
module "retrofit_heating_kwh_predictions" {
|
||||||
|
source = "./modules/s3"
|
||||||
|
bucketname = "retrofit-heating-kwh-predictions-${var.stage}"
|
||||||
|
allowed_origins = var.allowed_origins
|
||||||
|
}
|
||||||
|
|
||||||
|
module "retrofit_hotwater_kwh_predictions" {
|
||||||
|
source = "./modules/s3"
|
||||||
|
bucketname = "retrofit-hotwater-kwh-predictions-${var.stage}"
|
||||||
|
allowed_origins = var.allowed_origins
|
||||||
|
}
|
||||||
|
|
||||||
# Set up the route53 record for the API
|
# Set up the route53 record for the API
|
||||||
module "route53" {
|
module "route53" {
|
||||||
source = "./modules/route53"
|
source = "./modules/route53"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue