From b2f67bfa785efe8af887930168f41533ed751cd5 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Feb 2026 13:25:41 +0000 Subject: [PATCH] address2 uprn --- infrastructure/terraform/lambda/postcodeSplitter/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform/lambda/postcodeSplitter/main.tf b/infrastructure/terraform/lambda/postcodeSplitter/main.tf index 69b80011..0350a139 100644 --- a/infrastructure/terraform/lambda/postcodeSplitter/main.tf +++ b/infrastructure/terraform/lambda/postcodeSplitter/main.tf @@ -19,7 +19,7 @@ locals { data "terraform_remote_state" "address2uprn" { backend = "s3" config = { - bucket = "assessment-model-terraform-state" + bucket = "address2uprn-terraform-state" key = "env:/${var.stage}/terraform.tfstate" region = "eu-west-2" }