terrafying-components 2.0.6 → 2.0.7

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
  SHA256:
3
- metadata.gz: 381091960226ad013643c23ecf9ffe470f97e7e963a3da0963d7b9c6d544823a
4
- data.tar.gz: 98d43798fdfda73ed4c53b7c98d7b810dbce670bf02d0ee02f2cf70a63d2d48f
3
+ metadata.gz: d27dba45000471cefaca8b0bb650380123f1ccdbdf52adc240689e4b260533d3
4
+ data.tar.gz: 9bc0cfa749d0060ff0f9213a12baa661e4c6383bc2d256fb4daea225a4c7cfc8
5
5
  SHA512:
6
- metadata.gz: 5aa09410da8a3e78c1a6a0d049d581803a3095be56124339dbf91ab7ad5b4d31ad2f5dc2fe8fae25a64a8bd76beb98b997361c490e2b3026a74bce44c62664ed
7
- data.tar.gz: d6e0d709aaaa48a20ba219e2b5d7fee17185b2d14440df3c1e4322f35bc5720e0ef5a075e7b38f129d9c100682038544cd6bb4e4903d9a4800377641bf32ead2
6
+ metadata.gz: 17044b38860633249fd30a06ceff2c7db97cd8570900fa53c813cc2efd8fbd99463b3650f60180b0d181156ca11331394da1db89d8afaaea7321605c4e80b201
7
+ data.tar.gz: 0b5f7e9f9c23c4478d2255686de6e8412713b8ef36b5295b2955187be2978064e338c6f910c6220bf3611b3b1e4aa3a34da66ceaeb9b271373f18d2231f963dc
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Terrafying
4
4
  module Components
5
- VERSION = '2.0.6'
5
+ VERSION = '2.0.7'
6
6
  end
7
7
  end
@@ -134,7 +134,12 @@ module Terrafying
134
134
  from_port: 0,
135
135
  to_port: 0,
136
136
  protocol: -1,
137
- security_groups: [@service.egress_security_group]
137
+ security_groups: [@service.egress_security_group],
138
+ ipv6_cidr_blocks: nil,
139
+ prefix_list_ids: nil,
140
+ cidr_blocks: nil,
141
+ self: nil,
142
+ description: nil
138
143
  }
139
144
  ]
140
145
 
@@ -143,7 +148,12 @@ module Terrafying
143
148
  from_port: 0,
144
149
  to_port: 0,
145
150
  protocol: -1,
146
- cidr_blocks: ["#{@ip_address}/32"]
151
+ cidr_blocks: ["#{@ip_address}/32"],
152
+ ipv6_cidr_blocks: nil,
153
+ prefix_list_ids: nil,
154
+ security_groups: nil,
155
+ self: nil,
156
+ description: nil
147
157
  }
148
158
  end
149
159
 
@@ -134,7 +134,12 @@ module Terrafying
134
134
  from_port: 0,
135
135
  to_port: 0,
136
136
  protocol: -1,
137
- security_groups: [@service.egress_security_group]
137
+ security_groups: [@service.egress_security_group],
138
+ ipv6_cidr_blocks: nil,
139
+ prefix_list_ids: nil,
140
+ cidr_blocks: nil,
141
+ self: nil,
142
+ description: nil,
138
143
  }
139
144
  ]
140
145
 
@@ -143,7 +148,12 @@ module Terrafying
143
148
  from_port: 0,
144
149
  to_port: 0,
145
150
  protocol: -1,
146
- cidr_blocks: ["#{@ip_address}/32"]
151
+ cidr_blocks: ["#{@ip_address}/32"],
152
+ ipv6_cidr_blocks: nil,
153
+ prefix_list_ids: nil,
154
+ security_groups: nil,
155
+ self: nil,
156
+ description: nil
147
157
  }
148
158
  end
149
159
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terrafying-components
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - uSwitch Limited