foreman_katello_product¶
Poducts are mostly operating systems to which repositories are assigned.
Example Usage¶
# Autogenerated example with required keys
resource "foreman_katello_product" "example" {
description = "A product description"
name = "Debian 10"
}
Argument Reference¶
The following arguments are supported:
description- (Optional) Product description.gpg_key_id- (Optional) Identifier of the GPG key.label- (Optional)name- (Required) Product name.sync_plan_id- (Optional) Plan numeric identifier.
Attributes Reference¶
The following attributes are exported:
description- Product description.gpg_key_id- Identifier of the GPG key.label-name- Product name.sync_plan_id- Plan numeric identifier.