mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add json
This commit is contained in:
parent
b2f67bfa78
commit
ef0b0d6142
2 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue