From 092d95fa9d211e3f5b214415ca19b783933f28fd Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 11:45:59 +0000 Subject: [PATCH] create new s3 bucket for condition data --- infrastructure/terraform/shared/main.tf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index 4b22b302..9b2ded3c 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -335,4 +335,12 @@ module "postcode_splitter_registry" { name = "postcode_splitter" stage = var.stage +} + +################################################ +# Conidition data – S3 bucket +################################################ +module "condition_data_bucket" { + source = "../modules/s3" + bucket_name = "condition-data" } \ No newline at end of file