The infoblox_ip_association
resource enables you to manage DHCP related properties of the host record object that was created using the infoblox_ip_allocation resource. You can update the host record created using the allocation resource with details of the VM created in the cloud environment. The VM details include a MAC address in case of an IPv4 address and a DUID in case of an IPv6 address.
...
Parameter | Required/Optional | Description | Example Value |
---|---|---|---|
| Required | Specifies the value of the Terraform Internal ID extensible attribute listed as a a prerequisite for the plug-in, it is generated for the host record when creating the
|
|
| Optional | Specifies whether the host record must be created in the DHCP server side. |
|
| Required only if the host record has an IPv4 address | Applies only to IPv4 addresses. Note: When you keep the default value, the |
|
| Required only if the host record has an IPv6 address | Applies only for IPv6 addresses. Note: If the host record contains of an IPv6 address, you must enter a value in this field. Otherwise, NIOS returns an error when the association resource is created. | 34:df:37:1a:d9:7f (The DUID could be the same type of value as the MAC address of a network interface). |
Note |
---|
Note Currently, for a host record with both IPv4 and IPv6 addresses, you can disable or enable DHCP for both the address types at the same time using the Terraform plug-in.
This causes the MAC address or DUID to be disassociated from the host record at the NIOS side. |
...
The following examples of infoblox_ip_association
, reference the examples ofinfoblox_ip_allociation
in the infoblox_ip_allocation topic. You can link the examples by referring to the allocation resource name used in the internal_id
parameter.
...