Skip to content

Commit

Permalink
f: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 18, 2024
1 parent 17039b0 commit 684c18a
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 @@ -158,6 +158,7 @@ def __init__(
**kwargs,
)

pulumi.info(f'LB TYPE: {resource.load_balancer_type}')
if resource.load_balancer_type == 'application':
# Alert if we see sustained 5xx statuses on the ALB itself (not on the target groups)
alb_5xx_name = 'alb_5xx'
Expand Down

0 comments on commit 684c18a

Please sign in to comment.