diff --git a/lib/plugins/aws/provider/awsProvider.js b/lib/plugins/aws/provider/awsProvider.js index 47aaf08c04f..c8515808c56 100644 --- a/lib/plugins/aws/provider/awsProvider.js +++ b/lib/plugins/aws/provider/awsProvider.js @@ -282,16 +282,12 @@ class AwsProvider { properties: { securityGroupIds: { type: 'array', - items: { - type: 'string', - }, + items: { $ref: '#/definitions/awsCfInstruction' }, maxItems: 5, }, subnetIds: { type: 'array', - items: { - type: 'string', - }, + items: { $ref: '#/definitions/awsCfInstruction' }, maxItems: 16, }, },