sshKeys

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

Parameters

value

A list of SSH key IDs or fingerprints to enable in the format [12345, 123456]. To retrieve this info, use the DigitalOcean API or CLI (doctl compute ssh-key list). Once a Droplet is created keys can not be added or removed via this provider. Modifying this field will prompt you to destroy and recreate the Droplet.


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


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

Parameters

values

A list of SSH key IDs or fingerprints to enable in the format [12345, 123456]. To retrieve this info, use the DigitalOcean API or CLI (doctl compute ssh-key list). Once a Droplet is created keys can not be added or removed via this provider. Modifying this field will prompt you to destroy and recreate the Droplet.