Allows for the mapping of IP addresses to a host record.
Attributes
| Attribute | Required/Optional | Description | Example |
|---|---|---|---|
configuration |
Optional | The name of the BlueCat Configuration to be used for the association of the IP address to host record. If this is not supplied, the Gateway default configuration name is used. | terraform_demo |
view |
Optional | The view that contains the details of the zone. If this is not supplied, the Gateway default view name is used. | Internal |
zone |
Optional | The zone that contains the host record to be linked to the IP address. | bluecatnetworks.com |
name |
Required | The name of the host record. | webapp.bluecatnetworks.com |
network |
Required | The network address in CIDR format. | 10.0.0.0/24 |
ip_address |
Required | The IP address to associate to the host record. | 10.0.0.12 |
mac_address |
Required | The MAC address of the host record. | 11:22:33:44:55:66 |
ip_version |
Optional | Options are ivp4 and ipv6. If
left blank, ipv4 will be used. |
ipv4 |
properties |
Optional | The properties of the IP address or host record. | attribute=value |
depends_on |