vault_mount

Example Usage

resource "vault_mount" "example" {
  path = "dummy"
  type = "generic"
  description = "This is an example mount"
}

Argument Reference

The following arguments are supported:

  • path - (Required) Where the secret backend will be mounted

  • type - (Required) Type of the backend, such as "aws"

  • description - (Optional) Human-friendly description of the mount

  • default_lease_ttl_seconds - (Optional) Default lease duration for tokens and secrets in seconds

  • max_lease_ttl_seconds - (Optional) Maximum possible lease duration for tokens and secrets in seconds

Attributes Reference

No additional attributes are exported by this resource.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/vault/r/mount.html