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 managing maintenance window #322

Open
lhull-exzeo opened this issue Feb 25, 2025 · 1 comment
Open

Support managing maintenance window #322

lhull-exzeo opened this issue Feb 25, 2025 · 1 comment
Labels
api or backend Needs to be addressed in the API backend enhancement New feature or request

Comments

@lhull-exzeo
Copy link

We are using cloudamqp_instance to make our RabbitMQ cluster, however we have to manually update the maintenance window, anyway this be done thru Terraform?

Something like this

resource "cloudamqp_instance" "instance" {
  name    = "cloudamqp-instance"
  plan    = "lemur"

  maintenance_window {
    day = 0
    time = "00:00"
  }
}

or

resource "cloudamqp_maintenance_window" "instance" {
  instance_id    = cloudamqp_instance.instance.id

  maintenance_window_day = 0
  maintenance_window_time = "00:00"
}
@tbroden84 tbroden84 added enhancement New feature or request api or backend Needs to be addressed in the API backend labels Feb 26, 2025
@tbroden84
Copy link
Contributor

Thanks for the request. In order to support this we also need to update our API backend. An internal ticket have been created for this and will be looked into.

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

2 participants