From 55f618b0270366cb7b794ce9a789d8f4fbc4ddb3 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 31 Aug 2023 14:35:11 +0100 Subject: [PATCH] added retrofit-sap-predictions bucket --- infrastructure/terraform/main.tf | 6 ++++++ 1 file changed, 6 insertions(+) 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" {