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
data "foreman_parameter" "example" {
  name = "dev.dc1.company.com"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the parameter - the full DNS parameter name.

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 - The name of the parameter - the full DNS parameter 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 -