added missing env to presign bucket

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-09 12:46:56 +01:00
parent 8e2dec0d68
commit e68873f72d

View file

@ -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