Skip to content

Commit

Permalink
fix(Config Schema): Recognize Condition on resource configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 10, 2020
1 parent c370295 commit 3477562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/aws/provider/awsProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ class AwsProvider {
Metadata: { type: 'object' },
UpdatePolicy: { type: 'object' },
UpdateReplacePolicy: { type: 'string' },
Condition: { type: 'string' },
},
},
provider: {
Expand Down

0 comments on commit 3477562

Please sign in to comment.