Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for default queue types on vhost resource. #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mqhenning
Copy link

Fixes #49.

@mqhenning
Copy link
Author

I should note this relies both on this commit being integrated into a version of the rabbit-hole library and rabbitmq being 3.11.13 or later due to this issue.

@mqhenning
Copy link
Author

Now that the library has been released, are there any concerns for getting this integrated?

@Stono
Copy link

Stono commented Jun 15, 2023

Would be great to see this merged as I need it too..

@rfavreau
Copy link

Hi @mqhenning , while waitting that your PR is merged, i forked it to my repository. If you want to use this feature:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Default queue types for vhosts
3 participants