You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: error creating ELBv2 Listener: DuplicateListener: A listener already exists on this port for this load balancer
│ status code: 400, request id:
│
│ with module.load_balancer.aws_lb_listener.https_redirect[0],
│ on .terraform/modules/load_balancer/main.tf line 39, in resource "aws_lb_listener" "https_redirect":
│ 39: resource "aws_lb_listener" "https_redirect" {
│
When I add a certificate_arn to an ALB that didn't have one before, I get this error because it tries to create the new listener before removing the old one
The text was updated successfully, but these errors were encountered:
When I add a
certificate_arn
to an ALB that didn't have one before, I get this error because it tries to create the new listener before removing the old oneThe text was updated successfully, but these errors were encountered: