Trying to list all external ips for all load balancers per project in gcp.I know how to list all external ips using the below command but I am trying to filter it somehow and keep only LB's
gcloud compute addresses list --filter "NOT addressType:INTERNAL"
New on this this so apologies in advance if my question is not submitted proberly. Any ideas will be helpful.
Thanks