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 d898596 commit 1f26405Copy full SHA for 1f26405
templates/aws-stack.yml
@@ -234,7 +234,8 @@ Parameters:
234
Type: CommaDelimitedList
235
Default: t3.large
236
MinLength: 1
237
- AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
+ # AllowedPattern not allowed on a CommaDelimitedList :(
238
+ # AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
239
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
240
241
InstanceTypes:
0 commit comments