You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
}
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.
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
or
The text was updated successfully, but these errors were encountered: