We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae467ea commit 1e4a0c6Copy full SHA for 1e4a0c6
ecs-cli/modules/clients/aws/cloudformation/template.go
@@ -155,8 +155,8 @@ var template = `
155
"Type": "String",
156
"Description": "Optional - VPC Id of existing VPC. Leave blank to have a new VPC created",
157
"Default": "",
158
- "AllowedPattern": "^(?:vpc-[0-9a-f]{8}|)$",
159
- "ConstraintDescription": "VPC Id must begin with 'vpc-' or leave blank to have a new VPC created"
+ "AllowedPattern": "^(?:vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17}|)$",
+ "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"
160
},
161
"SubnetIds": {
162
"Type": "CommaDelimitedList",
0 commit comments