mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add Hosted Zone ID for ap-southeast-2.
This commit is contained in:
parent
fcf829839d
commit
325a946574
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ module Fog
|
|||
@elb_hosted_zone_mapping ||= {
|
||||
"ap-northeast-1" => "Z2YN17T5R711GT",
|
||||
"ap-southeast-1" => "Z1WI8VXHPB1R38",
|
||||
"ap-southeast-2" => "Z1WI8VXHPB1R38", # TODO Needs updated value
|
||||
"ap-southeast-2" => "Z2999QAZ9SRTIC",
|
||||
"eu-west-1" => "Z3NF1Z3NOM5OY2",
|
||||
"sa-east-1" => "Z2ES78Y61JGQKS",
|
||||
"us-east-1" => "Z3DZXE0Q79N41H",
|
||||
|
|
Loading…
Reference in a new issue