We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4aab12 commit e0a201fCopy full SHA for e0a201f
infrastructure/parallelcluster-ui.yaml
@@ -34,6 +34,8 @@ Parameters:
34
Version:
35
Description: Version of AWS ParallelCluster to deploy.
36
Type: String
37
+ AllowedPattern: "^([0-9]+)\\.([0-9]+)\\.([0-9]+)$"
38
+ ConstraintDescription: Please specify a valid ParallelCluster version.
39
ImageBuilderVpcId:
40
Description: (Optional) Select the VPC to use for building the container images. If not selected, default VPC will be used.
41
0 commit comments