resource "rabbitmq_vhost" "notifications" {
  name = "notifications"
}
