github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/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  ```hcl
    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