mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added missing env to presign bucket
This commit is contained in:
parent
8e2dec0d68
commit
e68873f72d
1 changed files with 2 additions and 0 deletions
|
|
@ -175,10 +175,12 @@ module "retrofit_hotwater_kwh_predictions" {
|
|||
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"
|
||||
bucketname = "retrofit-energy-assessments-${var.stage}"
|
||||
allowed_origins = var.allowed_origins
|
||||
environment = var.stage
|
||||
}
|
||||
|
||||
# Set up the route53 record for the API
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue