This requires changes to the api/serializer so that location is included for load balancers by default. I think the reason this wasn't included for load balancer but was included for private subnets is that load balancer does not have a location column, it gets the location through the private_subnet it is associated with.
4 lines
98 B
Ruby
4 lines
98 B
Ruby
# frozen_string_literal: true
|
|
|
|
UbiCli.list("lb", %w[location name id src-port dst-port hostname])
|