fix(Config Schema): Support CF functions for managed policies (#9089)

This commit is contained in:
Dave Lowther 2021-03-09 03:38:42 -05:00 committed by GitHub
parent 0f631f7bd1
commit 5f5d2e580e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -837,7 +837,7 @@ class AwsProvider {
properties: {
managedPolicies: {
type: 'array',
items: { $ref: '#/definitions/awsArnString' },
items: { $ref: '#/definitions/awsArn' },
},
statements: { $ref: '#/definitions/awsIamPolicyStatements' },
permissionBoundary: { $ref: '#/definitions/awsArnString' },
@ -851,7 +851,7 @@ class AwsProvider {
},
additionalProperties: false,
},
iamManagedPolicies: { type: 'array', items: { $ref: '#/definitions/awsArnString' } },
iamManagedPolicies: { type: 'array', items: { $ref: '#/definitions/awsArn' } },
iamRoleStatements: { $ref: '#/definitions/awsIamPolicyStatements' },
ecr: {
type: 'object',