remove default stage value in provider object

the current default is using AWS region naming syntax,
this mean other cloud provider would have to add extra code
to set their default value.

Instead, region default should be left to each provider.
This commit is contained in:
My Ho 2019-05-31 14:43:39 -07:00
parent 99e4e1a99e
commit 97d62097c6
No known key found for this signature in database
GPG Key ID: 20F354921724D773

View File

@ -20,7 +20,6 @@ class Service {
this.serviceObject = null;
this.provider = {
stage: 'dev',
region: 'us-east-1',
variableSyntax: '\\${([ ~:a-zA-Z0-9._@\'",\\-\\/\\(\\)*]+?)}',
};
this.custom = {};