Manages IP Failover groups on ProfitBricks.
resource "profitbricks_ipfailover" "failovertest" { datacenter_id = "datacenterId" lan_id="lanId" ip ="reserved IP" nicuuid= "nicId" }
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.
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_ipfailover.html