sshKey

suspend fun sshKey(name: String, block: suspend SshKeyResourceBuilder.() -> Unit): SshKey

Parameters

name

The unique name of the resulting resource.

block

Builder for SshKey.

See also


fun sshKey(name: String): SshKey

Parameters

name

The unique name of the resulting resource.

See also