create new s3 bucket for condition data

This commit is contained in:
Daniel Roth 2026-02-09 11:45:59 +00:00
parent e1835b2cfa
commit 092d95fa9d

View file

@ -336,3 +336,11 @@ module "postcode_splitter_registry" {
stage = var.stage stage = var.stage
} }
################################################
# Conidition data S3 bucket
################################################
module "condition_data_bucket" {
source = "../modules/s3"
bucket_name = "condition-data"
}