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 tohost_id
- ID of the host to assign this parameter tohostgroup_id
- ID of the host group to assign this parameter toname
- The name of the parameter - the full DNS parameter name.operatingsystem_id
- ID of the operating system to assign this parameter tosubnet_id
- ID of the subnet to assign this parameter tovalue
-