The rabbitmq_vhost resource creates and manages a vhost.
resource "rabbitmq_vhost" "my_vhost" {
name = "my_vhost"
}
The following arguments are supported:
name - (Required) The name of the vhost. No further attributes are exported.
Vhosts can be imported using the name, e.g.
terraform import rabbitmq_vhost.my_vhost my_vhost
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/rabbitmq/r/vhost.html