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 2da1406 + b54280d commit 96d4f6aCopy full SHA for 96d4f6a
templates/aws-stack.yml
@@ -292,7 +292,7 @@ Parameters:
292
Type: String
293
Default: t3.large
294
MinLength: 1
295
- AllowedPattern: "^[\\w-\\.]+(,[\\w\\.]*){0,3}$"
+ AllowedPattern: "^[\\w-\\.]+(,[\\w-\\.]*){0,3}$"
296
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
297
298
MaxSize:
0 commit comments