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:
- Read the provider documentation.
-
Terraform 1.1.7+ (may work with previous versions)
For general information about Terraform, visit terraform.io and the project on GitHub.
-
Required if building the provider.
-
RabbitMQ 3.8.x or later.
The provider supports versions in accordance with the RabbitMQ support policies.
- Learn more: RabbitMQ Support Policy
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.
The provider does not upgrade automatically. After each new release, you can run the following command to upgrade the provider:
terraform init -upgrade
The Terraform Provider for RabbitMQ is available under the Mozilla Public License, version 2.0 license.