mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
allow for more providers when loading resources
This commit is contained in:
parent
5f85c4f45b
commit
86ff6f7ea1
@ -19,11 +19,7 @@ class Service {
|
||||
this.plugins = [];
|
||||
this.functions = {};
|
||||
this.environment = {};
|
||||
this.resources = {
|
||||
aws: {},
|
||||
azure: {},
|
||||
google: {}
|
||||
};
|
||||
this.resources = {};
|
||||
|
||||
if (data) this.fromObject(data);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user