Skip to content

Commit

Permalink
Merge 0b82770 into e7d4b9d
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuens committed Aug 13, 2018
2 parents e7d4b9d + 0b82770 commit 67e21dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/plugins/platform/platform.js
Expand Up @@ -4,7 +4,6 @@

const BbPromise = require('bluebird');
const path = require('path');
const uuid = require('uuid');
const _ = require('lodash');
const fs = require('fs');
const fsExtra = require('../../utils/fs/fse');
Expand Down Expand Up @@ -304,7 +303,7 @@ class Platform {
const physicalId = _.find(this.cfResources, r => r.LogicalResourceId === key)
.PhysicalResourceId;
const resource = {
resourceId: uuid.v4(),
resourceId: key.toLowerCase(),
id: physicalId,
name: key,
type: value.Type,
Expand Down

0 comments on commit 67e21dc

Please sign in to comment.