From ef0b0d6142c2833565bf797f70a0467e8ad0cebf Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Feb 2026 13:31:47 +0000 Subject: [PATCH] add json --- backend/address2UPRN/main.py | 1 + infrastructure/terraform/lambda/postcodeSplitter/main.tf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/address2UPRN/main.py b/backend/address2UPRN/main.py index 33c37760..30066bcb 100644 --- a/backend/address2UPRN/main.py +++ b/backend/address2UPRN/main.py @@ -7,6 +7,7 @@ from tqdm import tqdm from utils.logger import setup_logger import re from typing import Set +import json logger = setup_logger() diff --git a/infrastructure/terraform/lambda/postcodeSplitter/main.tf b/infrastructure/terraform/lambda/postcodeSplitter/main.tf index 0350a139..81120772 100644 --- a/infrastructure/terraform/lambda/postcodeSplitter/main.tf +++ b/infrastructure/terraform/lambda/postcodeSplitter/main.tf @@ -15,7 +15,7 @@ locals { db_credentials = jsondecode(data.aws_secretsmanager_secret_version.db_credentials.secret_string) } -# Reference the existing address2UPRN Lambda outputs from shared state +# Reference the existing address2UPRN Lambda outputs from address2uprn state data "terraform_remote_state" "address2uprn" { backend = "s3" config = {