mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Adds isDefault to parser for describe_vpcs
This commit is contained in:
parent
80ca9fd454
commit
524aac5c76
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Fog
|
|||
end
|
||||
else
|
||||
case name
|
||||
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy'
|
||||
when 'vpcId', 'state', 'cidrBlock', 'dhcpOptionsId', 'instanceTenancy', 'isDefault'
|
||||
@vpc[name] = value
|
||||
when 'item'
|
||||
@response['vpcSet'] << @vpc
|
||||
|
|
Loading…
Reference in a new issue