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"