2017-01-18 15:43:09 +01:00
|
|
|
---
|
|
|
|
layout: "profitbricks"
|
|
|
|
page_title: "ProfitBricks: profitbricks_ipblock"
|
2017-01-26 18:28:01 +01:00
|
|
|
sidebar_current: "docs-profitbricks-resource-ipblock"
|
2017-01-18 15:43:09 +01:00
|
|
|
description: |-
|
|
|
|
Creates and manages IP Block objects.
|
|
|
|
---
|
|
|
|
|
|
|
|
# profitbricks\_ipblock
|
|
|
|
|
|
|
|
Manages a IP Blocks on ProfitBricks
|
|
|
|
|
|
|
|
## Example Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
resource "profitbricks_ipblock" "example" {
|
|
|
|
location = "${profitbricks_datacenter.example.location}"
|
2017-02-18 23:48:50 +01:00
|
|
|
size = 1
|
2017-01-18 15:43:09 +01:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
##Argument reference
|
|
|
|
|
|
|
|
* `location` - (Required)
|
|
|
|
* `size` - (Required)
|
|
|
|
|