vault_github_auth_backend

Manages a GitHub Auth mount in a Vault server. See the Vault documentation for more information.

Example Usage

resource "vault_github_auth_backend" "example" {
  organization = "myorg"
}

Argument Reference

The following arguments are supported:

The tune block is used to tune the auth backend:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

Common Token Arguments

These arguments are common across several Authentication Token resources since Vault 1.2.

Import

GitHub authentication mounts can be imported using the path, e.g.

$ terraform import vault_github_auth_backend.example github