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, Force New) Label for the product. Cannot be changed after creation. By default set to the name, with underscores as spaces replacement.name
- (Required) Product name.ssl_ca_cert_id
- (Optional) Idenifier of the SSL CA Cert.ssl_client_cert_id
- (Optional) Identifier of the SSL Client Cert.ssl_client_key_id
- (Optional) Identifier of the SSL Client Key.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
- Label for the product. Cannot be changed after creation. By default set to the name, with underscores as spaces replacement.name
- Product name.ssl_ca_cert_id
- Idenifier of the SSL CA Cert.ssl_client_cert_id
- Identifier of the SSL Client Cert.ssl_client_key_id
- Identifier of the SSL Client Key.sync_plan_id
- Plan numeric identifier.