dcl-ops-lib 6.8.6 → 6.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -384,7 +384,7 @@ function setAutoscaling(service, config) {
384
384
  const ecsTarget = new aws.appautoscaling.Target(`ecs-target-${taskUniqueIdentifier}`, {
385
385
  maxCapacity: config.maxCapacity,
386
386
  minCapacity: config.desiredCount,
387
- resourceId: pulumi.interpolate `service/${service.cluster}/${service.name}`,
387
+ resourceId: 'service/dev-main/asset-bundle-converter-blue-ad2fc4b',
388
388
  scalableDimension: "ecs:service:DesiredCount",
389
389
  serviceNamespace: "ecs",
390
390
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcl-ops-lib",
3
- "version": "6.8.6",
3
+ "version": "6.8.7",
4
4
  "scripts": {
5
5
  "build": "tsc && cp bin/* . && node test.js",
6
6
  "clean": "rm *.d.ts *.js *.js.map"