Skip to content

Commit

Permalink
f: _
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung committed Dec 18, 2024
1 parent 8ad2dc3 commit 91147ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb_pulumi/cloudwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(
self.opts = opts
self.kwargs = kwargs

resource.load_balancer_type.apply(lambda lb_type: self.__build_alarm_group_(lb_type))
resource.load_balancer_type.apply(lambda lb_type: self.__build_alarm_group(lb_type))

def __build_alarm_group(self, lb_type: str):
if lb_type == 'application':
Expand Down

0 comments on commit 91147ad

Please sign in to comment.