Skip to content

Commit

Permalink
ci(fix): MInor syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 18, 2024
1 parent 1f393d1 commit 25d778c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ def __init__(self, scope: Construct, id: str, **kwargs) -> None:
domain_zone=hosted_zone,
health_check_grace_period=Duration.seconds(150),
public_load_balancer=True,
load_balancer=elbv2.Application,
redirect_http=True,
service_name="tracecat-fargate-fastapi",
task_definition=task_definition,
Expand Down

0 comments on commit 25d778c

Please sign in to comment.