Skip to content

Commit 9b53661

Browse files
James HealyJuanitoFatas
authored andcommitted
Apply suggestions from code review
Thanks @JuanitoFatas Co-authored-by: Juanito Fatas <[email protected]>
1 parent 6bc3947 commit 9b53661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/aws-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ Parameters:
204204
Default: ""
205205

206206
InstanceType:
207-
Description: Instance type. Comma separated list with 1-4 instance types. The order is a prioritised preference for launching OnDemand instances, and an non-prioritised list of types to consider for Spot Instances (where used).
207+
Description: Instance type. Comma-separated list with 1-4 instance types. The order is a prioritized preference for launching OnDemand instances, and a non-prioritized list of types to consider for Spot Instances (where used).
208208
Type: String
209209
Default: t3.large
210210
MinLength: 1
211211
AllowedPattern: "^[^,]+(,[^,]*){0,3}$"
212-
ConstraintDescription: "must contain 1-4 instance types separated by commas"
212+
ConstraintDescription: "must contain 1-4 instance types separated by commas. No space before/after the comma."
213213

214214
MaxSize:
215215
Description: Maximum number of instances

0 commit comments

Comments
 (0)