fix bucketname typo

This commit is contained in:
Daniel Roth 2026-02-09 12:02:13 +00:00
parent 092d95fa9d
commit a2cdf0eb57

View file

@ -342,5 +342,5 @@ module "postcode_splitter_registry" {
################################################
module "condition_data_bucket" {
source = "../modules/s3"
bucket_name = "condition-data"
bucketname = "condition-data-${var.stage}"
}