foreman_domain¶
Foreman representation of domain. Domains 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_domain" "example" {
name = "dev.dc1.company.com"
}
Argument Reference¶
The following arguments are supported:
fullname
- (Optional) Description of the domainname
- (Required) The name of the domain - the full DNS domain name.parameters
- (Optional) A map of parameters that will be saved as domain parameters in the domain config.
Attributes Reference¶
The following attributes are exported:
fullname
- Description of the domainname
- The name of the domain - the full DNS domain name.parameters
- A map of parameters that will be saved as domain parameters in the domain config.