0
0
llucycodes42
In this code, the cobbler_profile resource has the following attributes:
name β the name of the profile
description β a description of the profile
distro β the distribution of the profile installation (e.g.
Shortcut: tf_cobbler_profile
resource "cobbler_profile" "${myResourceName}" {
name = "my-${myResourceName}"
description = "my-description-${myResourceName}"
distro = "ubuntu-1404-x86_64"
}