cloud_former 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ced10298296127a6de231d7754345f454eaf247
4
- data.tar.gz: e8897587c5ead636a76b4c628b9038cdea664dba
3
+ metadata.gz: b3274b2370b044eee18344353bac664ff2cc832e
4
+ data.tar.gz: e55680d31b2cef03f98ed25ae17e6c7ce8c24ca6
5
5
  SHA512:
6
- metadata.gz: aa620f90f1e8f3f4e8698c244d1bdf808c2f07ad29d2f949115f190f9584232d99f5c4e86559225e6d64df65121ff757596b2f2a3f1f692bb8031bcf34aad8b6
7
- data.tar.gz: fa4d0d3ce1f72b44da8140da261866d9c2994951f423670a9d738415264aa12a1831bfcc6b014aab5fd4f38ff01ed08fb2d87c39417ec1d9eb73079254f50243
6
+ metadata.gz: 0c303d677cc846697aaa85e352e38f88eef20d029eee3e481e27304648ec021609a5e5110fce700e56a4daeaa485e0e6a644d6d0a08042df4d161be7ce9a93b3
7
+ data.tar.gz: a95636b5b928afb2525733fa7fc533726d271c9191df63c09d7639c3f036586a1b5bcb1c5ab5da8b99cac75d9f67a70a15164da2c082614632bead6a780ba3d4
@@ -3,7 +3,7 @@ module CloudFormer
3
3
  module RDS
4
4
  class DBSecurityGroup < Resource
5
5
  aws_property :ec2_vpc_id, name: 'EC2VpcId', type: String
6
- aws_property :db_security_group_ingress, list: true, embed: true, type: SecurityGroupRule
6
+ aws_property :db_security_group_ingress, name: 'DBSecurityGroupIngress', list: true, embed: true, type: SecurityGroupRule
7
7
  aws_property :group_description, type: String
8
8
  aws_property :tags, list: true, embed: true, type: CloudFormation::ResourceTag
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module CloudFormer
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_former
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aubrey Holland