mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Typo in default route.
This commit is contained in:
parent
5985c98ed7
commit
8402d4e1b9
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ module Fog
|
||||||
else
|
else
|
||||||
response = Excon::Response.new
|
response = Excon::Response.new
|
||||||
route_table['routeSet'].push({
|
route_table['routeSet'].push({
|
||||||
"destinationCidrBlock" => route_table_id,
|
"destinationCidrBlock" => destination_cidr_block,
|
||||||
"gatewayId" => internet_gateway_id,
|
"gatewayId" => internet_gateway_id,
|
||||||
"instanceId"=>instance_id,
|
"instanceId"=>instance_id,
|
||||||
"instanceOwnerId"=>instance_owner_id,
|
"instanceOwnerId"=>instance_owner_id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue