diff --git a/tb_pulumi/ec2.py b/tb_pulumi/ec2.py index a61ba14..b3e0d04 100644 --- a/tb_pulumi/ec2.py +++ b/tb_pulumi/ec2.py @@ -15,12 +15,7 @@ class NetworkLoadBalancer(tb_pulumi.ThunderbirdComponentResource): """Create a Network Load Balancer.""" def __init__( - self, - name: str, - project: tb_pulumi.ThunderbirdPulumiProject, - listener_port: int, - subnets: list[str], - target_port: int, + self, name: str, project: tb_pulumi.ThunderbirdPulumiProject, listener_port: int, subnets: list[str], target_port: int, ingress_cidrs: list[str] = None, internal: bool = True, ips: list[str] = [],