Skip to content

Commit

Permalink
f: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 5, 2024
1 parent 808be21 commit ed8818c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tb_pulumi/cloudwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def __init__(
aws.lb.LoadBalancer.get(resource_name=f'lb-{idx}', id=arn).arn_suffix for idx, arn in enumerate(lbs)
]
)
pulumi.info(lb_arn_suffixes)

unhealthy_hosts = pulumi.Output.all(target_group=resource.arn_suffix, lbs=lb_arn_suffixes).apply(
lambda outputs: print(outputs['lbs'])
Expand Down

0 comments on commit ed8818c

Please sign in to comment.