convection 2.2.24 → 2.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d7be53b2aac1f8cf346df0402b55ace67b27c6f
|
|
4
|
+
data.tar.gz: '07998e62f2b7d742d3802e03299aecb054059507'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc71906db82d960825b417c33795ed61d56bcf92c067266d05c7eecac1581441b980706fb9887174aa6137acd9da0f0b0dfd431b7727cf2f78a2dbe58c3e4779
|
|
7
|
+
data.tar.gz: 1ea90d2195e2fe15cc42ac0a1bbdd15091ab55ea1837e503727220d7468264fc6f77fccc36b820e52c6db58907a5e16f14d237644f00108284e8f5b1498993d1
|
|
@@ -56,7 +56,7 @@ module Convection
|
|
|
56
56
|
property :snapshot_identifier, 'SnapshotIdentifier'
|
|
57
57
|
property :storage_encrypted, 'StorageEncrypted'
|
|
58
58
|
|
|
59
|
-
property :vpc_security_group, '
|
|
59
|
+
property :vpc_security_group, 'VpcSecurityGroupIds', :type => :list
|
|
60
60
|
|
|
61
61
|
def render(*args)
|
|
62
62
|
super.tap do |resource|
|
|
@@ -95,8 +95,8 @@ class Convection::Model::Template::Resource
|
|
|
95
95
|
expect(subject['DBSubnetGroupName']).to eq('subnet_group')
|
|
96
96
|
end
|
|
97
97
|
|
|
98
|
-
it 'sets the
|
|
99
|
-
expect(subject['
|
|
98
|
+
it 'sets the VpcSecurityGroupIds' do
|
|
99
|
+
expect(subject['VpcSecurityGroupIds']).to match_array(['test-security-group-1', 'test-security-group-2'])
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
it 'sets the ReplicationSourceIdentifier' do
|