Skip to content

Commit 96d4f6a

Browse files
authored
Merge pull request #1266 from pH14/patch-1
fix: allow hyphens in all `InstanceTypes` values
2 parents 2da1406 + b54280d commit 96d4f6a

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
@@ -292,7 +292,7 @@ Parameters:
292292
Type: String
293293
Default: t3.large
294294
MinLength: 1
295-
AllowedPattern: "^[\\w-\\.]+(,[\\w\\.]*){0,3}$"
295+
AllowedPattern: "^[\\w-\\.]+(,[\\w-\\.]*){0,3}$"
296296
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
297297

298298
MaxSize:

0 commit comments

Comments
 (0)