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
Is your feature request related to a problem? Please describe.
It would be nice to define load balancer target groups based on drawing an "Edge" component between AWS Load Balancers and an EC2 instance, for example.
Describe the solution you'd like
When a User connects a Load Balancer to an EC2 instance, the exported terraform configuration would represent that connection as a "target group" or "target group attachment", depending on the Load Balancer configuration.
Is your feature request related to a problem? Please describe.
It would be nice to define load balancer target groups based on drawing an "Edge" component between AWS Load Balancers and an EC2 instance, for example.
Describe the solution you'd like
When a User connects a Load Balancer to an EC2 instance, the exported terraform configuration would represent that connection as a "target group" or "target group attachment", depending on the Load Balancer configuration.
https://www.terraform.io/docs/providers/aws/d/lb_target_group.html
https://www.terraform.io/docs/providers/aws/r/lb_target_group_attachment.html
Describe alternatives you've considered
Additional context
Cloudcraft JSON representation of an "elb" with an Edge component connecting to an "ec2"
The text was updated successfully, but these errors were encountered: