Skip to content

Commit 1f26405

Browse files
committed
Remove the AllowedPattern from the instance types list
1 parent d898596 commit 1f26405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ Parameters:
234234
Type: CommaDelimitedList
235235
Default: t3.large
236236
MinLength: 1
237-
AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
237+
# AllowedPattern not allowed on a CommaDelimitedList :(
238+
# AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
238239
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
239240

240241
InstanceTypes:

0 commit comments

Comments
 (0)