0
0
llucycodes42
This code creates a digitalocean_ssh_key resource which owns the private SSH key for the user.
Shortcut: tf_digitalocean_ssh_key
resource "digitalocean_ssh_key" "${MyResource}" {
}
0
0
llucycodes42
This code creates a digitalocean_ssh_key resource which owns the private SSH key for the user.
Shortcut: tf_digitalocean_ssh_key
resource "digitalocean_ssh_key" "${MyResource}" {
}