0
0
llucycodes42
This code creates an IBM_Compute_Image_Template resource in the namespace of the myResourceName variable. The name of the resource is "jumpbox.
Shortcut: tf_ibm_compute_image_template
data "ibm_compute_image_template" "${myResourceName}" {
name = "jumpbox"
}