diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index c4a7a384..a90c4a78 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -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" {