cfndsl 0.4.0 → 0.4.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 +8 -8
- data/lib/cfndsl/aws_types.yaml +6 -1
- 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
|
+
ZDMwYThkZWIyNmFhOThiNTAwOTEwMTk4YzcwOWIzYTZkNWJkMjE5MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjY0OWM1YzhlMjAzY2NhODljYzAyNDljMzVlNjVjN2NlMTgyNGNkZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZjRmOGM4MGMxNGYyM2NjMDI2MzAzMGIzNjhlNDA4MGRhNDZlYTJkZTg1OWJk
|
|
10
|
+
MzY2MzcxNzM3NzFhMzA4Y2U0Y2JkNzk1NGFkMzUyNjQ4MzQzZWEwMGYxZDZk
|
|
11
|
+
MzY0N2EwMjY0NmMyZDkzZGYxNjY5YmUxZGVhYzgzOWMzMmI0MWQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZjI1NGEyMGI2NTc3Y2Q4ZjNjNTE2MGZkNzU3OTZhZmU5NTlhOWIxMTYzZDM4
|
|
14
|
+
MjVmZDdhNjFjN2U2ZWQ2MGM3ODA5NDFmYTdkOTI4NzI0YzlkNDNlNmI5YzI1
|
|
15
|
+
NzlhNDQ2ZjMyZTc4MDdmOGZjMzEyYTM1MzFkMmVkYWZlMGJmNDA=
|
data/lib/cfndsl/aws_types.yaml
CHANGED
|
@@ -22,6 +22,8 @@ Resources:
|
|
|
22
22
|
Properties:
|
|
23
23
|
AssociatePublicIpAddress: Boolean
|
|
24
24
|
BlockDeviceMappings: [ BlockDeviceMapping ]
|
|
25
|
+
ClassicLinkVPCId: String
|
|
26
|
+
ClassicLinkVPCSecurityGroups: [ String ]
|
|
25
27
|
EbsOptimized: Boolean
|
|
26
28
|
IamInstanceProfile: String
|
|
27
29
|
ImageId: String
|
|
@@ -789,16 +791,19 @@ Resources:
|
|
|
789
791
|
ContainerDefinitions: [ ECSContainerDefinition ]
|
|
790
792
|
Volumes: [ ECSVolume ]
|
|
791
793
|
"AWS::CodeDeploy::Application" :
|
|
792
|
-
Properties:
|
|
794
|
+
Properties:
|
|
795
|
+
ApplicationName: String
|
|
793
796
|
"AWS::CodeDeploy::DeploymentConfig" :
|
|
794
797
|
Properties:
|
|
795
798
|
MinimumHealthyHosts: CDMinimumHealthyHosts
|
|
799
|
+
DeploymentConfigName: String
|
|
796
800
|
"AWS::CodeDeploy::DeploymentGroup" :
|
|
797
801
|
Properties:
|
|
798
802
|
ApplicationName: String
|
|
799
803
|
AutoScalingGroups: [ String ]
|
|
800
804
|
Deployment: CDDeployment
|
|
801
805
|
DeploymentConfigName: String
|
|
806
|
+
DeploymentGroupName: String
|
|
802
807
|
Ec2TagFilters: [ CDEc2TagFilters ]
|
|
803
808
|
OnPremisesInstanceTagFilters: [ CDOnPremisesInstanceTagFilters ]
|
|
804
809
|
ServiceRoleArn: 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.4.
|
|
4
|
+
version: 0.4.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: 2016-02-
|
|
12
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|