cfndsl 0.3.5 → 0.3.6
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 +8 -8
- data/lib/cfndsl/aws_types.yaml +6 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmMzN2MxYzJjYzBjZmMwYmIxYTgxMDU4ZTk3NTM1YzJlNTI2NDg0NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGE0MzE5MjdhZWFiY2Y1OThmYzM5NzJhOTFhODA1MjY3YjU2ODIzNQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDU1ZGZjMDE3MDQwY2EzZDI5ODg4ZTMxMzE1MTM0YTkzYzA3ZDU3MDYyYmIz
|
|
10
|
+
OWZiOWNlZWM0NjgwOGRiYjg2ZDgwNDVjNDY0ZTQ4N2YxMjY1NjEyZWNjOGZm
|
|
11
|
+
ODA0MDcwOWU0NzVmZjkwNDNlNzc0N2M2OTFlZjJhZGNhYTU0OTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZGVkMWEyNTAzZTIwMDA2NDU1Y2NhMDJmMzYyN2ZiNzY0YmE2YzEwYTQ5MTRj
|
|
14
|
+
NDg2NTQyZTk1MGUxMjQ1ZjMzMDdkZGU4ODEyM2QyMmIwMGVmNjlkNmUwOWZh
|
|
15
|
+
YjU4NmIyNWQ2ODA5NjRlNjYwNmU5YjlmOTRhYjU1NjA2MjlmODA=
|
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -305,6 +305,12 @@ Resources:
|
|
|
305
305
|
Properties:
|
|
306
306
|
DhcpOptionsId: String
|
|
307
307
|
VpcId: String
|
|
308
|
+
"AWS::EC2::VPCEndpoint" :
|
|
309
|
+
Properties:
|
|
310
|
+
PolicyDocument: JSON
|
|
311
|
+
RouteTableIds: [ String ]
|
|
312
|
+
ServiceName: String
|
|
313
|
+
VpcId: String
|
|
308
314
|
"AWS::EC2::NetworkAcl" :
|
|
309
315
|
Properties:
|
|
310
316
|
VpcId: String
|
data/lib/cfndsl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cfndsl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Jack
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-02-
|
|
12
|
+
date: 2016-02-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|