27 lines
481 B
Markdown
27 lines
481 B
Markdown
|
---
|
||
|
layout: "profitbricks"
|
||
|
page_title: "ProfitBricks: profitbricks_ipblock"
|
||
|
sidebar_current: "docs-profitbricks-resource-profitbricks_ipblock"
|
||
|
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}"
|
||
|
size = 1
|
||
|
}
|
||
|
```
|
||
|
|
||
|
##Argument reference
|
||
|
|
||
|
* `location` - (Required)
|
||
|
* `size` - (Required)
|
||
|
|
||
|
|