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
It would be great if there was an aws_alb_target_group data source. My use case is that I want to create a bunch of alb target groups and then create anaws_alb_listener_rule for each target group. That way I can create a single ALB that uses host based routing to target multiple services.
The text was updated successfully, but these errors were encountered:
It will be extremely useful to be able to get ARN or alb target group given its name. In the ECS context to assign a container to a classic elb only the name was required, however with alb one needs ARN of alb target group to register a container. Since ARN is not known up front, it would be very useful to query alb target group by name to find the ARN
This issue was originally opened by @eheydrick as hashicorp/terraform#14420. It was migrated here as part of the provider split. The original body of the issue is below.
It would be great if there was an
aws_alb_target_group
data source. My use case is that I want to create a bunch of alb target groups and then create anaws_alb_listener_rule
for each target group. That way I can create a single ALB that uses host based routing to target multiple services.The text was updated successfully, but these errors were encountered: