datacenter_id - (Required)[string] The ID of a Virtual Data Center.
ip - (Required)[string] The reserved IP address to be used in the IP failover group.
lan_id - (Required)[string] The ID of a LAN.
nicuuid - (Required)[string] The ID of a NIC.
⚠ WARNING: Do not modify the IP for an IP failover group (that was provisioned via Terraform) using the DCD, the API or other means because it may lead to unexpected behavior. If you provisioned an IP failover group using Terraform, please use only Terraform in order to manage the created IP failover group.
⚠ WARNING: For creating multiple IP failover groups at the same time, you can use one of the following options:
Create multiple IP failover groups resources and use depends_on meta-argument to specify the order of creation, for example:
Define the resources as presented above, but without using the depends_on meta-argument and run the apply command using -parallelism=1 as presented below:
terraformapply-parallelism=1
Import
Resource IpFailover can be imported using the resource id, e.g.