diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index cd015952..d1d48aec 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -343,4 +343,5 @@ module "postcode_splitter_registry" { module "condition_data_bucket" { source = "../modules/s3" bucketname = "condition-data-${var.stage}" + allowed_origins = var.allowed_origins } \ No newline at end of file