From 684c18ad2637b8987a660d468f2ece57436c1a34 Mon Sep 17 00:00:00 2001 From: Ryan Jung Date: Wed, 18 Dec 2024 12:08:24 -0700 Subject: [PATCH] f: debug --- tb_pulumi/cloudwatch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tb_pulumi/cloudwatch.py b/tb_pulumi/cloudwatch.py index bc23376..3b0ae24 100644 --- a/tb_pulumi/cloudwatch.py +++ b/tb_pulumi/cloudwatch.py @@ -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'