foreman_parameter

Foreman representation of parameter. Parameters serve as an identification string that defines autonomy, authority, or control for a portion of a network.

Example Usage

# Autogenerated example with required keys
resource "foreman_parameter" "example" {
}

Argument Reference

The following arguments are supported:

  • domain_id - (Optional, Force New) ID of the domain to assign this parameter to
  • host_id - (Optional, Force New) ID of the host to assign this parameter to
  • hostgroup_id - (Optional, Force New) ID of the host group to assign this parameter to
  • name - (Required)
  • operatingsystem_id - (Optional, Force New) ID of the operating system to assign this parameter to
  • subnet_id - (Optional, Force New) ID of the subnet to assign this parameter to
  • value - (Required)

Attributes Reference

The following attributes are exported:

  • domain_id - ID of the domain to assign this parameter to
  • host_id - ID of the host to assign this parameter to
  • hostgroup_id - ID of the host group to assign this parameter to
  • name -
  • operatingsystem_id - ID of the operating system to assign this parameter to
  • subnet_id - ID of the subnet to assign this parameter to
  • value -