ecs-easy-cluster 0.0.6 → 0.0.7
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dd1e6686950f8e79a35f688bf7992405621661af
|
|
4
|
+
data.tar.gz: 50d0cf78c49a3bfd0805ecad19de47559b60b756
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 105dca4ecc47c375cc89d0a17a15dfa98925a87c4d4863621a75d8c8b1ff2a546fced38c9d1a4c6cb9d222e166165bcc279b26663bab382a8aa86e29675f13b8
|
|
7
|
+
data.tar.gz: 7b22ef87e1211009d0ea92574f4486f783137b537b7461233402579d47ae9812d4682b8818c187e6897a4f5f459431ea050996f4d9747e118950b7b6599f432a
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"Type": "String",
|
|
71
71
|
"Description": "Optional - VPC Id of existing VPC. Leave blank to have a new VPC created",
|
|
72
72
|
"Default": "",
|
|
73
|
-
"AllowedPattern": "^(?:vpc-[0-9a-f]{8}|)$",
|
|
74
|
-
"ConstraintDescription": "VPC Id must begin with 'vpc-' or leave blank to have a new VPC created"
|
|
73
|
+
"AllowedPattern": "^(?:vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17}|)$",
|
|
74
|
+
"ConstraintDescription": "VPC Id must begin with 'vpc-' followed by either an 8 or 17 character identifier, or leave blank to have a new VPC created"
|
|
75
75
|
},
|
|
76
76
|
"SubnetIds": {
|
|
77
77
|
"Type": "CommaDelimitedList",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ecs-easy-cluster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- metheglin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk
|
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
version: '0'
|
|
94
94
|
requirements: []
|
|
95
95
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 2.
|
|
96
|
+
rubygems_version: 2.6.11
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 4
|
|
99
99
|
summary: easy-to-use AWS ECS Cluster.
|