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

Argument Reference

The following arguments are supported:

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

Attributes Reference

The following attributes are exported:

  • fullname - Description of the domain
  • name - 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.