github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/website/source/docs/providers/oneandone/r/public_ip.html.markdown (about)

     1  ---
     2  layout: "oneandone"
     3  page_title: "1&1: oneandone_public_ip"
     4  sidebar_current: "docs-oneandone-resource-public-ip"
     5  description: |-
     6    Creates and manages 1&1 Public IP.
     7  ---
     8  
     9  # oneandone\_vpn
    10  
    11  Manages a Public IP on 1&1
    12  
    13  ## Example Usage
    14  
    15  ```hcl
    16  resource "oneandone_vpn" "vpn" {
    17    datacenter = "GB"
    18    name = "test_vpn_01"
    19    description = "ttest descr"
    20  }
    21  ```
    22  
    23  ## Argument Reference
    24  
    25  The following arguments are supported:
    26  
    27  * `datacenter` - (Optional) Location of desired 1and1 datacenter. Can be `DE`, `GB`, `US` or `ES`
    28  * `description` - (Optional) Description of the VPN
    29  * `name` -(Required) The name of the VPN.