cfndsl 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfndsl/aws_types.yaml +3 -0
- metadata +17 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99414e651e3a0173ad5dfb607289a4559feb0620
|
4
|
+
data.tar.gz: fe6d4fc5e1e42106e4d056fb611943099ed138d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df5c73bd016af6963852be1173dfe843e362260f3226058c353d2b61ddc141e9dfc72f51e7d44a94a9c5eba7ebe39994791d5449af096fdab1b2199d6716902d
|
7
|
+
data.tar.gz: 0ccb93a7cca963173e523ddbd1955d015bc8676ab96d8ad925db0e202411e1c00283e2927bba48be670e813914467a8edf3541f48be7b10e82971095989bb75c
|
data/lib/cfndsl/aws_types.yaml
CHANGED
@@ -206,6 +206,7 @@ Resources:
|
|
206
206
|
SecurityGroupIngress: [ EC2SecurityGroupRule ]
|
207
207
|
SecurityGroupEgress: [ EC2SecurityGroupRule ]
|
208
208
|
VpcId: String
|
209
|
+
Tags : [ EC2Tag ]
|
209
210
|
"AWS::EC2::SecurityGroupEgress" :
|
210
211
|
Properties:
|
211
212
|
GroupId: String
|
@@ -516,8 +517,10 @@ Resources:
|
|
516
517
|
RecordSets: [ JSON ]
|
517
518
|
"AWS::S3::Bucket" :
|
518
519
|
Properties:
|
520
|
+
BucketName: String
|
519
521
|
AccessControl: String
|
520
522
|
WebsiteConfiguration: JSON
|
523
|
+
Tags: [ EC2Tag ]
|
521
524
|
Attributes:
|
522
525
|
DomainName: String
|
523
526
|
WebsiteUrl: String
|
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.1.
|
4
|
+
version: 0.1.10
|
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: 2015-01-
|
12
|
+
date: 2015-01-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -34,27 +34,27 @@ executables:
|
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
|
+
- bin/cfndsl
|
37
38
|
- lib/cfndsl.rb
|
38
|
-
- lib/cfndsl/
|
39
|
-
- lib/cfndsl/os_types.yaml
|
40
|
-
- lib/cfndsl/JSONable.rb
|
41
|
-
- lib/cfndsl/module.rb
|
42
|
-
- lib/cfndsl/RefCheck.rb
|
43
|
-
- lib/cfndsl/Types.rb
|
44
|
-
- lib/cfndsl/Properties.rb
|
39
|
+
- lib/cfndsl/CloudFormationTemplate.rb
|
45
40
|
- lib/cfndsl/Conditions.rb
|
41
|
+
- lib/cfndsl/CreationPolicy.rb
|
42
|
+
- lib/cfndsl/Errors.rb
|
43
|
+
- lib/cfndsl/JSONable.rb
|
46
44
|
- lib/cfndsl/Mappings.rb
|
47
|
-
- lib/cfndsl/Resources.rb
|
48
45
|
- lib/cfndsl/Metadata.rb
|
49
|
-
- lib/cfndsl/Parameters.rb
|
50
46
|
- lib/cfndsl/Outputs.rb
|
51
|
-
- lib/cfndsl/
|
47
|
+
- lib/cfndsl/Parameters.rb
|
52
48
|
- lib/cfndsl/Plurals.rb
|
53
|
-
- lib/cfndsl/
|
54
|
-
- lib/cfndsl/
|
55
|
-
- lib/cfndsl/
|
49
|
+
- lib/cfndsl/Properties.rb
|
50
|
+
- lib/cfndsl/RefCheck.rb
|
51
|
+
- lib/cfndsl/Resources.rb
|
52
|
+
- lib/cfndsl/Types.rb
|
56
53
|
- lib/cfndsl/UpdatePolicy.rb
|
57
|
-
-
|
54
|
+
- lib/cfndsl/aws_types.yaml
|
55
|
+
- lib/cfndsl/module.rb
|
56
|
+
- lib/cfndsl/names.rb
|
57
|
+
- lib/cfndsl/os_types.yaml
|
58
58
|
homepage: https://github.com/stevenjack/cfndsl
|
59
59
|
licenses:
|
60
60
|
- MIT
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.
|
78
|
+
rubygems_version: 2.2.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: AWS Cloudformation DSL
|