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
Not sure I completely understand. Why can you not manipulate the current variables in the module to change the current target group ? Why does this request require a whole new aws_lb_target_group resource ?
Hey 👋
This ALB module is awesome, but for our GraphQL server (with subscriptions 😎 ), it'd be essential to have WS target group
& security group rule.Describe the Feature
Add TLS target group
& Security Group Rule for TCP access. A simple solution would use the same port for both HTTP and WSExpected Behavior
Connections from both HTTP, HTTPS, and TCP allowed in through the ALB.
Use Case
Any service that requires both REST & Websocket support on the same endpoint
Describe Ideal Solution
Using variable
wss_enabled
to add said target group and security group ruleThis is my first feature request on terraform modules, please advise if my request is not pertinent. 🙇
Thanks 👋
The text was updated successfully, but these errors were encountered: