mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
set VpcSecurityGroups on replica creation
This commit is contained in:
parent
883972e9ab
commit
52a9098c6d
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ module Fog
|
|||
'ReadReplicaSourceDBInstanceIdentifier' => source_identifier,
|
||||
'StorageType' => options['StorageType'] || 'standard',
|
||||
'StorageEncrypted' => false,
|
||||
'VpcSecurityGroups' => source['VpcSecurityGroups'],
|
||||
}
|
||||
self.data[:servers][instance_identifier] = data
|
||||
self.data[:servers][source_identifier]['ReadReplicaDBInstanceIdentifiers'] << instance_identifier
|
||||
|
|
Loading…
Reference in a new issue