github.com/atsaki/terraform@v0.4.3-0.20150919165407-25bba5967654/website/source/docs/providers/cloudstack/r/vpn_connection.html.markdown (about)

     1  ---
     2  layout: "cloudstack"
     3  page_title: "CloudStack: cloudstack_vpn_connection"
     4  sidebar_current: "docs-cloudstack-resource-vpn-connection"
     5  description: |-
     6    Creates a site to site VPN connection.
     7  ---
     8  
     9  # cloudstack\_vpn\_connection
    10  
    11  Creates a site to site VPN connection.
    12  
    13  ## Example Usage
    14  
    15  Basic usage:
    16  
    17  ```
    18  resource "cloudstack_vpn_connection" "default" {
    19      customergatewayid = "xxx"
    20      vpngatewayid = "xxx"
    21  }
    22  ```
    23  
    24  ## Argument Reference
    25  
    26  The following arguments are supported:
    27  
    28  * `customergatewayid` - (Required) The Customer Gateway ID to connect.
    29      Changing this forces a new resource to be created.
    30  
    31  * `vpngatewayid` - (Required) The VPN Gateway ID to connect.
    32      Changing this forces a new resource to be created.
    33  
    34  ## Attributes Reference
    35  
    36  The following attributes are exported:
    37  
    38  * `id` - The ID of the VPN Connection.