sshKeys

@JvmName(name = "qxlycpkgvqebgkam")
suspend fun sshKeys(value: Output<List<String>>)
@JvmName(name = "kfkhknbfdtmplxfj")
suspend fun sshKeys(value: List<String>?)

Parameters

value

A list of SSH Keys which should be used for the local administrator on the Worker Nodes. Changing this forces a new resource to be created.

Note: Either a password or one or more ssh_keys must be specified - but not both.


@JvmName(name = "ayjrqrpfheeumiux")
suspend fun sshKeys(vararg values: Output<String>)


@JvmName(name = "envjruiloeaxhcqq")
suspend fun sshKeys(values: List<Output<String>>)
@JvmName(name = "xxykntnrulvecmkx")
suspend fun sshKeys(vararg values: String)

Parameters

values

A list of SSH Keys which should be used for the local administrator on the Worker Nodes. Changing this forces a new resource to be created.

Note: Either a password or one or more ssh_keys must be specified - but not both.