This commit is contained in:
Jun-te Kim 2026-02-11 13:31:47 +00:00
parent b2f67bfa78
commit ef0b0d6142
2 changed files with 2 additions and 1 deletions

View file

@ -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()

View file

@ -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 = {