RabbitMQ
RabbitMQ is an open-source message-broker software that implements the Advanced Message Queuing Protocol (AMQP)
Example Usage
resource "apono_integration" "rabbitmq-integration" {
name = "RabbitMQ"
type = "rabbitmq"
connector_id = "apono-connector-id"
connected_resource_types = ["rabbitmq-cluster-management"]
metadata = {
url = "<Url>"
}
kubernetes_secret = {
name = "name_template_value"
namespace = "namespace_template_value"
}
}
Schema
type
rabbitmqconnected_resource_types
List of resource types to sync.
Integration Config
url
(Required | String) Url
Last updated
Was this helpful?