W3cubDocs

/Terraform

profitbricks_ipblock

Manages IP Blocks on ProfitBricks. IP Blocks contain reserved public IP addresses that can be assigned servers or other resources.

Example Usage

resource "profitbricks_ipblock" "example" {
  location = "${profitbricks_datacenter.example.location}"
  size     = 1
}

Argument reference

  • location - (Required)[string] The regional location for this IP Block: us/las, us/ewr, de/fra, de/fkb.
  • size - (Required)[integer] The number of IP addresses to reserve for this block.
  • ips - (Computed)[integer] The list of IP addresses associated with this block.

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/profitbricks/r/profitbricks_ipblock.html