FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

cloudstack_vpn_customer_gateway

Creates a site to site VPN local customer gateway.

Example Usage

Basic usage:

resource "cloudstack_vpn_customer_gateway" "default" {
    name = "test-vpc"
    cidr = "10.0.0.0/8"
    esp_policy = "aes256-sha1"
    gateway = "192.168.0.1"
    ike_policy = "aes256-sha1"
    ipsec_psk = "terraform"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io