Skip to content

Commit 999d643

Browse files
authored
fix: allow hyphen in InstanceTypes
1 parent 7b3b8a9 commit 999d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Parameters:
285285
Type: String
286286
Default: t3.large
287287
MinLength: 1
288-
AllowedPattern: "^[\\w\\.]+(,[\\w\\.]*){0,3}$"
288+
AllowedPattern: "^[\\w-\\.]+(,[\\w\\.]*){0,3}$"
289289
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
290290

291291
MaxSize:

0 commit comments

Comments
 (0)