allow for more providers when loading resources

This commit is contained in:
Eslam A. Hefnawy 2016-05-18 16:19:31 +02:00
parent 5f85c4f45b
commit 86ff6f7ea1

View File

@ -19,11 +19,7 @@ class Service {
this.plugins = [];
this.functions = {};
this.environment = {};
this.resources = {
aws: {},
azure: {},
google: {}
};
this.resources = {};
if (data) this.fromObject(data);
}