added retrofit-sap-predictions bucket

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-31 14:35:11 +01:00
parent 26b3973d78
commit 55f618b027

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" {