github.com/minamijoyo/terraform@v0.7.8-0.20161029001309-18b3736ba44b/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 customer_gateway_id = "8dab9381-ae73-48b8-9a3d-c460933ef5f7" 20 vpn_gateway_id = "a7900060-f8a8-44eb-be15-ea54cf499703" 21 } 22 ``` 23 24 ## Argument Reference 25 26 The following arguments are supported: 27 28 * `customer_gateway_id` - (Required) The Customer Gateway ID to connect. 29 Changing this forces a new resource to be created. 30 31 * `vpn_gateway_id` - (Required) The VPN Gateway ID to connect. Changing 32 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.