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 0976a9c commit 33650f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tb_pulumi/rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def __init__(
)
)

pulumi.info(f'LOAD_BALANCER: {type(load_balancer.resources)}')
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 33650f1

Please sign in to comment.