/terraform-provider-rabbitmq

Terraform RabbitMQ provider

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Terraform logo

Terraform Provider for RabbitMQ

GitHub tag (latest SemVer) License

The Terraform Provider for RabbitMQ is a plugin for Terraform that allows you to interact with RabbitMQ. This provider can be used to manage virtual hosts, users, permissions, policies, limits, queues, exchanges, bindings, and more.

Learn more:

Requirements

Using the Provider

To use a released version of the Terraform provider in your environment, run terraform init and Terraform will automatically install the provider from the Terraform Registry. For either installation method, documentation about the provider configuration, resources, and data sources can be found on the Terraform Registry.

Upgrading the Provider

The provider does not upgrade automatically. After each new release, you can run the following command to upgrade the provider:

terraform init -upgrade

License

The Terraform Provider for RabbitMQ is available under the Mozilla Public License, version 2.0 license.