diff --git a/lib/plugins/aws/provider/awsProvider.js b/lib/plugins/aws/provider/awsProvider.js index d5a4126d15d..3d2c8df4d39 100644 --- a/lib/plugins/aws/provider/awsProvider.js +++ b/lib/plugins/aws/provider/awsProvider.js @@ -276,16 +276,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, }, },