Skip to content

Commit c4417c4

Browse files
author
Dougal Ballantyne
committed
Merge branch 'master' of github.com:awslabs/cfncluster
2 parents bd6ef10 + 74944d5 commit c4417c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"Type" : "String",
88
"MinLength" : "1",
99
"MaxLength" : "64",
10-
"AllowedPattern" : "[-_ a-zA-Z0-9]*",
11-
"ConstraintDescription" : "can contain only alphanumeric characters, spaces, dashes and underscores."
10+
"AllowedPattern" : "[-+_.@ a-zA-Z0-9]+",
11+
"ConstraintDescription" : "can contain only alphanumeric characters, spaces, dashes, plusses, underscores, dots, and at signs."
1212
},
1313
"MasterInstanceType" : {
1414
"Description" : "Master Server EC2 instance type",

0 commit comments

Comments
 (0)