github.com/vtorhonen/terraform@v0.9.0-beta2.0.20170307220345-5d894e4ffda7/website/source/docs/providers/profitbricks/r/profitbricks_ipblock.html.markdown (about) 1 --- 2 layout: "profitbricks" 3 page_title: "ProfitBricks: profitbricks_ipblock" 4 sidebar_current: "docs-profitbricks-resource-ipblock" 5 description: |- 6 Creates and manages IP Block objects. 7 --- 8 9 # profitbricks\_ipblock 10 11 Manages a IP Blocks on ProfitBricks 12 13 ## Example Usage 14 15 ``` 16 resource "profitbricks_ipblock" "example" { 17 location = "${profitbricks_datacenter.example.location}" 18 size = 1 19 } 20 ``` 21 22 ##Argument reference 23 24 * `location` - (Required) 25 * `size` - (Required) 26