vault_rabbitmq_secret_backend

Creates an RabbitMQ Secret Backend for Vault. RabbitMQ secret backends can then issue RabbitMQ credentials, once a role has been added to the backend.

Example Usage

resource "vault_rabbitmq_secret_backend" "rabbitmq" {
  connection_uri  = "https://....."
  username        = "user"
  password        = "password"
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exported by this resource.

Import

RabbitMQ secret backends can be imported using the path, e.g.

$ terraform import vault_rabbitmq_secret_backend.rabbitmq rabbitmq