Skip to content

Commit

Permalink
fix(AWS Deploy): Recognize all boolean values at `provider.disableRol…
Browse files Browse the repository at this point in the history
…lback`
  • Loading branch information
medikoo committed Dec 9, 2021
1 parent b8cc13f commit 2485c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/provider.js
Expand Up @@ -850,7 +850,7 @@ class AwsProvider {
},
deploymentPrefix: { type: 'string' },
disableDefaultOutputExportNames: { const: true },
disableRollback: { const: true },
disableRollback: { type: 'boolean' },
endpointType: {
anyOf: ['REGIONAL', 'EDGE', 'PRIVATE'].map(caseInsensitive),
},
Expand Down

0 comments on commit 2485c7e

Please sign in to comment.