Skip to content

Commit 0d0c3dc

Browse files
committed
[Infrastructure] Specify required ParallelCluster version for stack parameters: PermissionsBoundaryPolicy, PermissionsBoundaryPolicyPCAPI, IAMRoleAndPolicyPrefix.
1 parent e9480c9 commit 0d0c3dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/parallelcluster-ui.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ Parameters:
4949
Default: ''
5050
PermissionsBoundaryPolicy:
5151
Type: String
52-
Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster UI infrastructure'
52+
Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster UI infrastructure.'
5353
Default: ''
5454
AllowedPattern: "^(arn:.*:iam::.*:policy\\/([a-zA-Z0-9_-]+))|()$"
5555
PermissionsBoundaryPolicyPCAPI:
5656
Type: String
57-
Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster API infrastructure'
57+
Description: 'ARN of the IAM policy to use as permissions boundary for every IAM role created by ParallelCluster API infrastructure. [ParallelCluster >= 3.8.0]'
5858
Default: ''
5959
AllowedPattern: "^(arn:.*:iam::.*:policy\\/([a-zA-Z0-9_-]+))|()$"
6060
IAMRoleAndPolicyPrefix:
6161
Type: String
62-
Description: 'Prefix applied to the name of every IAM role and policy (max length: 10)'
62+
Description: 'Prefix applied to the name of every IAM role and policy (max length: 10). [ParallelCluster >= 3.8.0]'
6363
Default: ''
6464
MaxLength: 10
6565
Metadata:

0 commit comments

Comments
 (0)