cfndsl 0.12.0 → 0.12.1
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 +4 -4
- data/lib/cfndsl/aws/types.yaml +4 -0
- data/lib/cfndsl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad2f612f12f170a871707d3bd7b7c1f0b14feb43
|
4
|
+
data.tar.gz: 744539d1f72146a841ca400c64d606f3f27737d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d0827f6e5dfed3c29d08fdda6ba063b951f995f613118f4c3be1bf5b15fdf8d0e15b5a93267fee7c58844d9f680f58f58db24e3731eeeaafba3d079a935fe55
|
7
|
+
data.tar.gz: 157672a426ccba00244e2ef3ea78357e8f69ab421717415c33449839a8906c79a73b70bc99e3cb8cdbe9623b11e21b98c9da07f0ecec1c867fe34375c39f8a04
|
data/lib/cfndsl/aws/types.yaml
CHANGED
@@ -712,6 +712,7 @@ Resources:
|
|
712
712
|
ManagedPolicyArns: [ String ]
|
713
713
|
Path: String
|
714
714
|
Policies: [ IAMEmbeddedPolicy ]
|
715
|
+
RoleName: String
|
715
716
|
Attributes:
|
716
717
|
Arn : String
|
717
718
|
"AWS::IAM::UserToGroupAddition" :
|
@@ -994,8 +995,11 @@ Resources:
|
|
994
995
|
Properties:
|
995
996
|
BucketName: String
|
996
997
|
AccessControl: String
|
998
|
+
CorsConfiguration: JSON
|
997
999
|
LifecycleConfiguration: JSON
|
1000
|
+
LoggingConfiguration: JSON
|
998
1001
|
NotificationConfiguration: S3NotificationConfiguration
|
1002
|
+
ReplicationConfiguration: JSON
|
999
1003
|
VersioningConfiguration: JSON
|
1000
1004
|
WebsiteConfiguration: JSON
|
1001
1005
|
Tags: [ ResourceTag ]
|
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.12.
|
4
|
+
version: 0.12.1
|
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: 2017-
|
12
|
+
date: 2017-02-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|