foreman_model

Vendor-specific hardware model.

Example Usage

# Autogenerated example with required keys
resource "foreman_model" "example" {
  name = "PowerEdge FC630"
}

Argument Reference

The following arguments are supported:

  • hardware_model - (Optional) Name of the specific hardware model.
  • info - (Optional) Additional information about this hardware model.
  • name - (Required) The name of the hardware model.
  • vendor_class - (Optional) Name or class of the hardware vendor.

Attributes Reference

The following attributes are exported:

  • hardware_model - Name of the specific hardware model.
  • info - Additional information about this hardware model.
  • name - The name of the hardware model.
  • vendor_class - Name or class of the hardware vendor.