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

@ -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"
}