fix(Config Schema): Fix Fn::Join delimiter length (#8349)

This commit is contained in:
Geoff Baskwill 2020-10-07 04:22:35 -04:00 committed by GitHub
parent d2fb696ebd
commit faa1dce9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ class AwsProvider {
type: 'array',
minItems: 2,
maxItems: 2,
items: [{ type: 'string', minLength: 1 }, { type: 'array' }],
items: [{ type: 'string' }, { type: 'array' }],
additionalItems: false,
},
},