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.
2 parents 8c77ec4 + 999d643 commit 63f599eCopy full SHA for 63f599e
templates/aws-stack.yml
@@ -285,7 +285,7 @@ Parameters:
285
Type: String
286
Default: t3.large
287
MinLength: 1
288
- AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
+ AllowedPattern: "^[\\w-\\.]+(,[\\w\\.]*){0,3}$"
289
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
290
291
MaxSize:
0 commit comments