-
Investigate how to comunicate the movement in the unity project to the raspberry for it to move the motors
-
The docs say `nodes` on the [instance data source](https://registry.terraform.io/providers/cloudamqp/cloudamqp/latest/docs/data-sources/instance) is not required and it is computed but it seems to rep…
-
## Cannot Import Integration Metric and Integration Log Resources
I am not able to import existing resources for` cloudamqp_integration_metric` and `cloudamqp_integration_log`.
Here are the co…
-
I get this error when I listen for events sometimes not sure what to do on my end.
-
Terraform: v1.0.7
Cloudamqp: v1.9.2
I'm trying to create a cloudamqp_instance and to write the cloudamqp_credentials into a azure keyvault as a secret.
**The source code looks like this (simpli…
-
hi, I am use
client: amqplib 0.7.1 , https://www.npmjs.com/package/amqplib
rabbitmq-server: 3.7
It's will got the fllowing error on my client
`UNEXPECTED_FRAME - expected content header for clas…
-
# Context
We currently have a private queue-based redis API that replicate.com uses to talk to Cog models, and we want to turn that into a well-defined public API that uses standard protocols (in thi…
-
## Expected Behavior
1. The `REACT_APP_API_BASE_URL` parameter in the root .env should be used to connect to the thor network
2. The root .env should also include a parameter `CLOUDAMQP_URL`.
#…
-
We are trying to use `data.cloudamqp_credentials` but I can't figure out where to get the instance ID from as all the other resources are using `name` and strings (from the docs). I tried to look on t…
-
Minimum working example:
```hcl
terraform {
required_providers {
cloudamqp = {
source = "cloudamqp/cloudamqp"
version = "~> 1.9"
}
}
}
data "cloudamqp_plugins" "pl…