hi guys, is the `aws.elasticloadbalancingv2.getLoa...
# general
c
hi guys, is the
aws.elasticloadbalancingv2.getLoadBalancer
working with tags filter? When I'm using the name or the arn, I get back the load balancer, but with tags it says
Search returned 7 results, please revise so only one is returned
. It has a unique name, so that could not be the problem. What is strange to me, that if it based on terraform
aws_lb
data source, then why the tags argument not listed here? https://www.terraform.io/docs/providers/aws/d/lb.html
w
It appears this is not actually supported. There's a bug in the Terraform data source schema which makes it look like this is supported, but it doesn't actually get used when looking up the load balancer. We'll report this issue to the upstream terraform provider.
💪 1
c
thanks @white-balloon-205
👍 1