From a2cdf0eb57d562a1a6b37cf4e20322e84db3e59e Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 12:02:13 +0000 Subject: [PATCH] fix bucketname typo --- infrastructure/terraform/shared/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index 9b2ded3c..cd015952 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -342,5 +342,5 @@ module "postcode_splitter_registry" { ################################################ module "condition_data_bucket" { source = "../modules/s3" - bucket_name = "condition-data" + bucketname = "condition-data-${var.stage}" } \ No newline at end of file