cfndsl 0.10.1 → 0.10.2
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 +7 -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
|
+
MTg3ZjhiNWQyYWZjY2Q5NmJiMWYzMGY4NjAzMmYwMTY1YTBjYjdkNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGI5NmUyMDczZmI3ZTE3NTI0ZjBiZTgxYTEzNmVjNWZlZDE2ZTdmYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NmQ2NDBmNTRjYjU2NWJjNzhmMjQwM2QxN2ZhMjBlMDZhNTk1YTllMDFiN2E0
|
|
10
|
+
MDRmOTIzMzcyZWQxMTlhOWUwZTYyMDU3YWY2MzQ0MzY5ODBkZTg1YTI2NGMx
|
|
11
|
+
ODQ1ZjBiYWMxMzRiOWVmMzAyZjFkZGI5OTFjODhhZGU4NGFmMWE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDBjZTVhYjdjNDFmNzAwYzcxMDdjOWE2M2JhYTliOWU1MWU5OWRmNTkzMTBm
|
|
14
|
+
NjA0MzM5ZjE2YjMxNTI4MWU0NmJmMDUyZTliM2E3ZjAyYWQ5MDNmMmI0NzE0
|
|
15
|
+
NjZjZjcxMWVhZWQyNjUyNmNlMjIxZmQwMzJiZTNmODA2MDUyYTg=
|
data/lib/cfndsl/aws/types.yaml
CHANGED
|
@@ -295,6 +295,7 @@ Resources:
|
|
|
295
295
|
SecurityGroups: [String]
|
|
296
296
|
SecurityGroupIds: [String]
|
|
297
297
|
SourceDestCheck: Boolean
|
|
298
|
+
SsmAssociations: [ SsmAssociation ]
|
|
298
299
|
SubnetId: String
|
|
299
300
|
Tags: [ EC2Tag ]
|
|
300
301
|
Tenancy: String
|
|
@@ -1516,6 +1517,12 @@ Types:
|
|
|
1516
1517
|
SqlInjectionMatchTuple:
|
|
1517
1518
|
FieldToMatch: FieldToMatch
|
|
1518
1519
|
TextTransformation: String
|
|
1520
|
+
SsmAssociationParameter:
|
|
1521
|
+
Key: String
|
|
1522
|
+
Value: [ String ]
|
|
1523
|
+
SsmAssociation:
|
|
1524
|
+
AssociationParameters: [ SsmAssociationParameter ]
|
|
1525
|
+
DocumentName: String
|
|
1519
1526
|
WebACLAction:
|
|
1520
1527
|
Type: String
|
|
1521
1528
|
WebACLRule:
|
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.10.
|
|
4
|
+
version: 0.10.2
|
|
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-08-
|
|
12
|
+
date: 2016-08-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|