Merge pull request #182 from Hestia-Homes/main

added retrofit-sap-predictions bucket
This commit is contained in:
KhalimCK 2023-08-31 14:35:43 +01:00 committed by GitHub
commit ecfd505cbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,12 @@ module "model_directory" {
allowed_origins = var.allowed_origins
}
module "retrofit_sap_predictions" {
source = "./modules/s3"
bucketname = "retrofit-sap-predictions-${var.stage}"
allowed_origins = var.allowed_origins
}
# Set up the route53 record for the API
module "route53" {