mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix for RDS VPC subnet groups
This commit is contained in:
parent
aa7f5a8509
commit
d2e73fbfd8
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ module Fog
|
|||
"PreferredBackupWindow"=>"08:00-08:30",
|
||||
# "ReadReplicaSourceDBInstanceIdentifier" => nil,
|
||||
# "LatestRestorableTime" => nil,
|
||||
"AvailabilityZone" => options["AvailabilityZone"]
|
||||
"AvailabilityZone" => options["AvailabilityZone"],
|
||||
"DBSubnetGroupName" => options["DBSubnetGroupName"]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue