Skip to content

Commit

Permalink
fix(Config Schema): Fix CF template extension Transformschema (#8229)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-wolfenden committed Sep 14, 2020
1 parent 3177e40 commit 6961b62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plugins/aws/provider/awsProvider.js
Expand Up @@ -363,7 +363,8 @@ class AwsProvider {
type: 'object',
},
Transform: {
type: 'object',
type: 'array',
items: { type: 'string' },
},
// Not replicating the full JSON schema from https://s3.amazonaws.com/cfn-resource-specifications-us-east-1-prod/schemas/2.15.0/all-spec.json
// as that gets into the specifics for each resource type.
Expand Down

0 comments on commit 6961b62

Please sign in to comment.