vault_ssh_secret_backend_ca

Provides a resource to manage CA information in an SSH secret backend SSH secret backend within Vault.

Example Usage

resource "vault_mount" "example" {
    type = "ssh"
}

resource "vault_ssh_secret_backend_ca" "foo" {
    backend = vault_mount.example.path
}

Argument Reference

The following arguments are supported:

Attributes Reference

No additional attributes are exposed by this resource.

Import

SSH secret backend CAs can be imported using the path, e.g.

$ terraform import vault_ssh_secret_backend_ca.foo ssh