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

Support multiple plugins in one resource #319

Open
tbroden84 opened this issue Feb 21, 2025 · 0 comments
Open

Support multiple plugins in one resource #319

tbroden84 opened this issue Feb 21, 2025 · 0 comments
Labels
api or backend Needs to be addressed in the API backend enhancement New feature or request

Comments

@tbroden84
Copy link
Contributor

Internal discussion about combine plugins into a single resource. Similar to how multiple firewall rules are handled. This will minimize the amount of resources needed if many plugins should be installed and minimize number of request made to the backend.

resource "cloudamqp_plugins" "plugins" {
  instance_id = cloudamqp_instance.instance.id

  plugin {
    name        = "rabbitmq_top"
    enabled	= true
  }

  plugin {
    name        = "rabbitmq_amqp1_0"
    enabled     = true
  }

  ...
}
@tbroden84 tbroden84 added api or backend Needs to be addressed in the API backend enhancement New feature or request labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api or backend Needs to be addressed in the API backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant