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

     1  ---
     2  layout: "oneandone"
     3  page_title: "1&1: oneandone_vpn"
     4  sidebar_current: "docs-oneandone-resource-vpn"
     5  description: |-
     6    Creates and manages 1&1 VPN.
     7  ---
     8  
     9  # oneandone\_vpn
    10  
    11  Manages a VPN on 1&1
    12  
    13  ## Example Usage
    14  
    15  ```hcl
    16  resource "oneandone_public_ip" "ip" {
    17    "ip_type" = "IPV4"
    18    "reverse_dns" = "test.1and1.com"
    19    "datacenter" = "GB"
    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  * `ip_type` - (Required) IPV4 or IPV6
    29  * `reverese_dns` - (Optional)
    30