MqBroker and MqConfiguration Issue
See original GitHub issueCommunity 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:
- Created a year ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.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.