mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Update db_cluster_parser.rb
This commit is contained in:
parent
2316c78eea
commit
5835c4c09d
1 changed files with 1 additions and 3 deletions
|
@ -31,10 +31,8 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'Port', 'Engine', 'Status', 'BackupRetentionPeriod', 'EngineVersion', 'Endpoint', 'DBClusterParameterGroup', 'DBClusterIdentifier', 'PreferredBackupWindow', 'PreferredMaintenanceWindow', 'AllocatedStorage', 'MasterUsername'
|
||||
when 'Port', 'Engine', 'Status', 'BackupRetentionPeriod', 'DBSubnetGroup', 'EngineVersion', 'Endpoint', 'DBClusterParameterGroup', 'DBClusterIdentifier', 'PreferredBackupWindow', 'PreferredMaintenanceWindow', 'AllocatedStorage', 'MasterUsername'
|
||||
@db_cluster[name] = value
|
||||
when 'DBSubnetGroup'
|
||||
@db_cluster['DBSubnetGroupName'] = value
|
||||
when 'VpcSecurityGroups'
|
||||
@in_vpc_security_groups = false
|
||||
@db_cluster['VpcSecurityGroups'] = @vpc_security_groups
|
||||
|
|
Loading…
Reference in a new issue