Skip to content

Commit 97d6209

Browse files
committed
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.
1 parent 99e4e1a commit 97d6209

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/classes/Service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class Service {
2020
this.serviceObject = null;
2121
this.provider = {
2222
stage: 'dev',
23-
region: 'us-east-1',
2423
variableSyntax: '\\${([ ~:a-zA-Z0-9._@\'",\\-\\/\\(\\)*]+?)}',
2524
};
2625
this.custom = {};

0 commit comments

Comments
 (0)