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 tohost_id
- (Optional, Force New) ID of the host to assign this parameter tohostgroup_id
- (Optional, Force New) ID of the host group to assign this parameter toname
- (Required)operatingsystem_id
- (Optional, Force New) ID of the operating system to assign this parameter tosubnet_id
- (Optional, Force New) ID of the subnet to assign this parameter tovalue
- (Required)
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
-operatingsystem_id
- ID of the operating system to assign this parameter tosubnet_id
- ID of the subnet to assign this parameter tovalue
-