@hiiretail/gcp-infra-cli 0.83.3 → 0.83.4

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.
@@ -170,7 +170,7 @@ module.exports = class extends BaseGenerator {
170
170
  externalSub,
171
171
  } = this.answers;
172
172
 
173
- const dlqTopicName = `dlq.${getProjectId('prod').split('-')[0]}.common`;
173
+ const dlqTopicName = `dlq.${getProjectId('prod').split('-prod')[0]}.common`;
174
174
  let dlqTopic = `projects/${getProjectId('prod')}/topics/${dlqTopicName}`;
175
175
 
176
176
  const dlqTopicDirPath = path.join(process.cwd(), 'infra', 'prod', 'pubsub', dlqTopicName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiiretail/gcp-infra-cli",
3
- "version": "0.83.3",
3
+ "version": "0.83.4",
4
4
  "description": "Infrastructure as code generator for GCP.",
5
5
  "main": "src/cli.js",
6
6
  "bin": {