Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infrastructure/parallelcluster-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Parameters:
Type: String
Default: ''
Version:
Description: Version of AWS ParallelCluster to deploy.
Description: 'Version of AWS ParallelCluster to deploy. We recommend using a supported version of ParallelCluster to ensure you continue receiving the latest bug fixes, security patches and support. You can find the list of currently supported versions in the ParallelCluster support policy: https://docs.aws.amazon.com/parallelcluster/latest/ug/support-policy.html'
Type: String
AllowedPattern: '^(?!.*(\d+\.\d+\.\d+).*\1)([0-9]+\.[0-9]+\.[0-9]+)(,[0-9]+\.[0-9]+\.[0-9]+)*$'
ConstraintDescription: Please specify a comma separated list of valid ParallelCluster versions without duplicates. (Must be 3.6.0 and above)
Expand Down
Loading