@studion/infra-code-blocks 0.2.2 → 0.2.3

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.
@@ -223,7 +223,7 @@ class EcsService extends pulumi.ComponentResource {
223
223
  name: this.name,
224
224
  tags: constants_1.commonTags,
225
225
  }, { parent: this });
226
- return new aws.servicediscovery.Service(`mongo-service`, {
226
+ return new aws.servicediscovery.Service(`${this.name}-service-discovery`, {
227
227
  name: this.name,
228
228
  dnsConfig: {
229
229
  namespaceId: privateDnsNamespace.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studion/infra-code-blocks",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Studion common infra components",
5
5
  "keywords": [
6
6
  "infrastructure",