From 56e78350fa9cb29c618e4ebcc1373a56a27b8a4a Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 9 Feb 2026 12:04:24 +0000 Subject: [PATCH] configure allowed_origins --- infrastructure/terraform/shared/main.tf | 1 + 1 file changed, 1 insertion(+) 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