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