foreman_smartclassparameter¶
Foreman representation of a smart class parameter.
Example Usage¶
# Autogenerated example with required keys
data "foreman_smartclassparameter" "example" {
parameter = "example_param"
puppetclass_id = 1
}
Argument Reference¶
The following arguments are supported:
parameter- (Required) Smart class parameter name.puppetclass_id- (Required) ID of the puppet class containing this parameter.
Attributes Reference¶
The following attributes are exported:
parameter- Smart class parameter name.puppetclass_id- ID of the puppet class containing this parameter.