Skip to content

Commit

Permalink
f: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 12, 2024
1 parent 33650f1 commit 5b9e7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb_pulumi/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def __init__(
)
)

pulumi.info(f'LOAD_BALANCER: {type(load_balancer.resources)}')
pulumi.info(f'LOAD_BALANCER: {type(load_balancer)}')
ssm_param_db_read_host = load_balancer.resources['nlb'].dns_name.apply(
lambda dns_name: self.__ssm_param(
name=f'{name}-ssm-dbreadhost',
Expand Down

0 comments on commit 5b9e7a6

Please sign in to comment.