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 7b3b8a9 commit 999d643Copy full SHA for 999d643
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