0
0
llucycodes42
This code defines a resource named "ibm_compute_ssh_key" that stores the public key associated with the myResourceName.
Shortcut: tf_ibm_compute_ssh_key
resource "ibm_compute_ssh_key" "${myResourceName}" {
label = "${myResourceName}"
public_key = "${var.ssh_public_key}"
}