FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_vpn_connection

Creates a site to site VPN connection.

Example Usage

Basic usage:

resource "cloudstack_vpn_connection" "default" {
    customer_gateway_id = "8dab9381-ae73-48b8-9a3d-c460933ef5f7"
    vpn_gateway_id = "a7900060-f8a8-44eb-be15-ea54cf499703"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io