Miguel Angel
Results
2
issues of
Miguel Angel
Unable to create an instance with `cloudamqp_rabbitmq_configuration` with heartbeat value set to 0
12
Hi When creating a cloudamqp_rabbitmq_configuration resource and applying it I'm always getting errors. I'm creating it the following way: ``` resource "cloudamqp_rabbitmq_configuration" "rabbitmq_config" { instance_id = cloudamqp_instance.rabbitmq.id heartbeat = var.instance.heartbeat...
enhancement
If I run CMakeRunTest it ask for a specific test to be executed. I would like to be able to run all available tests with a command. This can be...
enhancement