cfndsl 0.8.1 → 0.8.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 +6 -1
- data/lib/cfndsl/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZGU3OGJlMTY0NDY1ZjJiMzFmYTUzMjdhOGI0NGZkYmE1MTNjZDBjZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NGExYTFhN2Y1MzVjY2M5NmU0NDhmOWRhYzYyZGY3ODJmMGJmMDdjNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDJhOGMyYTk2NmU5ZTU1Y2EwYTlkNTVkYjM5NTgxZDFiMTg2NTk2ZjkwODEw
|
|
10
|
+
MDY3ZmE0MDBjZjhiODIzZTdlYjdlY2ZmNDRmYTY1MWExYzIyZDk0ZDg3ZTdi
|
|
11
|
+
MzMxODYyZDkzYjliYjk1MzJlZjZjZjdkN2M1YzY1ZDUyNWM0MmQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzQ4NzQ5NTJmMmM2YzA5NzllMDMyMjE5ODQyNTJmNmMxNWJkZDBmZDQxOGUw
|
|
14
|
+
ZTc3Y2ZhODQ2Y2Y4NTU1MTY0NzM4MjdmZTQ2NGIzMDhhZjQwZTkwOTAxMGJl
|
|
15
|
+
M2MyM2I4YjAxMzc3M2IzNzgyZWRlYjc3OGRhNTA1YjVhNmE1YjE=
|
data/lib/cfndsl/aws/types.yaml
CHANGED
|
@@ -543,6 +543,7 @@ Resources:
|
|
|
543
543
|
Path: String
|
|
544
544
|
Groups: [String]
|
|
545
545
|
LoginProfile: String
|
|
546
|
+
ManagedPolicyArns: [ String ]
|
|
546
547
|
Policies: [ IAMEmbeddedPolicy ]
|
|
547
548
|
Attributes:
|
|
548
549
|
Arn: String
|
|
@@ -604,10 +605,11 @@ Resources:
|
|
|
604
605
|
Shortname: String
|
|
605
606
|
StackId: String
|
|
606
607
|
Type: String
|
|
607
|
-
|
|
608
|
+
VolumeConfigurations: [ OpsWorksVolumeConfiguration ]
|
|
608
609
|
"AWS::OpsWorks::Stack" :
|
|
609
610
|
Properties:
|
|
610
611
|
Attributes: JSON
|
|
612
|
+
ChefConfiguration: OpsWorksChefConfiguration
|
|
611
613
|
ConfigurationManager: StackConfigurationManager
|
|
612
614
|
CustomCookbooksSource: OpsWorksSource
|
|
613
615
|
CustomJson: JSON
|
|
@@ -1055,6 +1057,9 @@ Types:
|
|
|
1055
1057
|
StackConfigurationManager:
|
|
1056
1058
|
Name: String
|
|
1057
1059
|
Version: String
|
|
1060
|
+
OpsWorksChefConfiguration:
|
|
1061
|
+
BerkshelfVersion: String
|
|
1062
|
+
ManageBerkshelf: Boolean
|
|
1058
1063
|
OpsWorksSource:
|
|
1059
1064
|
Password: String
|
|
1060
1065
|
Revision: String
|
data/lib/cfndsl/version.rb
CHANGED