On this page
profitbricks_ipfailover
Manages IP Failover groups on ProfitBricks.
Example Usage
resource "profitbricks_ipfailover" "failovertest" {
datacenter_id = "datacenterId"
lan_id="lanId"
ip ="reserved IP"
nicuuid= "nicId"
}
Argument reference
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 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_ipfailover.html