question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MqBroker and MqConfiguration Issue

See original GitHub issue

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave “+1” or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

cdktf & Language Versions

I used TypeScript

❯ cdktf --version
0.10.4

Affected Resource(s)

These two

  • MqBroker
  • MqConfiguration

Debug Output

https://gist.github.com/rodentskie/f49c55791556257173233ff77d499f5d

Expected Behavior

Actual Behavior

The TerraformOutput shows the correct ID of the MqConfiguration, but when passed into the configuration property of MqBroker

configuration: {
   id: mqConfigurationTwo.id,
   revision: mqConfigurationTwo.latestRevision,
},

It shows the error log on the gist.

ID not found on MqBroker.

Steps to Reproduce

The typescript file is on the gist, please use it and check the main.ts in the comment.

Important Factoids

None

References

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/mq_broker

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
jsteinichcommented, Jun 1, 2022

@rodentskie I just did a test using the provided gist (thanks much) against cdktf 0.11.0 and did not encounter the issue. There was a change related to the id property in 0.11.0, so I expect updating will also fix the issue for you.

0reactions
github-actions[bot]commented, Nov 26, 2022

I’m going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you’ve found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring the queue manager and broker for an application ...
This section assumes that you are using IBM WebSphere MQ version 7.0. ... You configure the queue manager and broker to run XMS...
Read more >
Troubleshoot Amazon MQ broker connection issues
AWS Cloud service-specific configurations associated with your Amazon MQ broker are set up correctly. Your local firewalls and route tables ...
Read more >
Chapter 2 The MQ Messaging System - Oracle Help Center
Generates metrics and diagnostic information that can be written to a number of output channels that an administrator can use to monitor and...
Read more >
IBM MQ Source Connector Configuration Properties
mq.port. The port of the IBM MQ broker. Type: int; Default: 1414; Importance: high ... Name of the Kafka topic used for Confluent...
Read more >
MQTC_v2016_The Top Ten Issues in IBM MQ and IIB
▻Changes in the MQ configuration. ▻Determining if slow performance is due to network, MQ or. Message Broker. ▻Problems connecting to broker's queue ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found