mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
parent
5694180508
commit
58a8f71991
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Fog
|
|||
# * 'CreateLoadBalancerResult'<~Hash>:
|
||||
# * 'DNSName'<~String> - DNS name for the newly created ELB
|
||||
def create_load_balancer(availability_zones, lb_name, listeners)
|
||||
params = ELB.indexed_param('AvailabilityZones.member', [*availability_zones])
|
||||
params = AWS.indexed_param('AvailabilityZones.member', [*availability_zones])
|
||||
|
||||
listener_protocol = []
|
||||
listener_lb_port = []
|
||||
|
|
Loading…
Reference in a new issue