-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
api or backendNeeds to be addressed in the API backendNeeds to be addressed in the API backendenhancementNew feature or requestNew feature or request
Description
Internal discussion about combine plugins into a single resource. Similar to how multiple firewall rules are handled. This will minimize the amount of resources needed if many plugins should be installed and minimize number of request made to the backend.
resource "cloudamqp_plugins" "plugins" {
instance_id = cloudamqp_instance.instance.id
plugin {
name = "rabbitmq_top"
enabled = true
}
plugin {
name = "rabbitmq_amqp1_0"
enabled = true
}
...
}
gomoripeti and nbr23
Metadata
Metadata
Assignees
Labels
api or backendNeeds to be addressed in the API backendNeeds to be addressed in the API backendenhancementNew feature or requestNew feature or request