Skip to content

Commit 63f599e

Browse files
authored
Merge pull request #1228 from nitrocode/allow-hyphen-in-instance-types
2 parents 8c77ec4 + 999d643 commit 63f599e

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)