You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -233,8 +233,9 @@ Parameters:
233
233
Description: Instance type. Comma-separated list with 1-4 instance types. The order is a prioritized preference for launching OnDemand instances, and a non-prioritized list of types to consider for Spot Instances (where used).
234
234
Type: CommaDelimitedList
235
235
Default: t3.large
236
-
MinLength: 1
237
-
AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
236
+
# AllowedPattern and MinLength not allowed on a CommaDelimitedList :(
237
+
# MinLength: 1
238
+
# AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
238
239
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
0 commit comments