ELB name from tags

Is there a way if I can take aws_elb name from just knowing the tags

Just by looking at the arguments for the aws_elb data source, it doesn’t seem possible to do any filtering based on tags.

It’s not pretty but you could use local-exec, aws-cli and jq to find the LB’s name.