Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroden84 committed Sep 8, 2023
1 parent 0d64041 commit 18c9831
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/resources/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@ If multiple plugins should be enable, create dependencies between the plugin res

`terraform import cloudamqp_plugin.rabbitmq_management rabbitmq_management,<instance_id>`

## Required plugins

Plugins that is not needed to be managed by the provider since they will always be enabled. We have made `rabbitmq_prometheus` required for all clusters since RabbitMQ version 3.10.0.

| Name | Version |
|---------------------------|---------|
| rabbitmq_management | all |
| rabbitmq_management_agent | all |
| rabbitmq_prometheus | 3.10.0 |

## Enable faster instance destroy

When running `terraform destroy` this resource will try to disable the managed plugin before deleting `cloudamqp_instance`. This is not necessary since the servers will be deleted.
Expand Down

0 comments on commit 18c9831

Please sign in to comment.