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" }