cyrilgdn / terraform-provider-rabbitmq

Terraform RabbitMQ provider
https://www.terraform.io/docs/providers/rabbitmq/
Mozilla Public License 2.0
45 stars 35 forks source link

Feature request: Limits #51

Open swantzter opened 1 year ago

swantzter commented 1 year ago

I seemingly can't find a way to configure per-vhost or per-user limits as of right now (/api/user-limits, and /api/vhost-limits in the rmq API), is this something that is planned?

prabinbernard commented 1 year ago

+1 not able to configure the vhost limits, is this feature under consideration ? thx

Stono commented 1 year ago

aye +1 here too; happy to do a PR but getting vibes this repo isn't actively maintained?

rfavreau commented 4 months ago

Feature available into a duplicate provider :

terraform {
  required_providers {
    rabbitmq = {
      source = "rfd59/rabbitmq"
      version = "2.1.0"
    }
  }
}

https://registry.terraform.io/providers/rfd59/rabbitmq/latest/docs