Files
opentf/website/source/docs/providers/cloudstack/r/vpn_gateway.html.markdown
Sander van Harmelen bb7ef8db67 Adding tests and docs for the new VPN resources
And did some (very) minor refactoring in the existing docs
2015-03-09 14:00:29 +01:00

745 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
cloudstack CloudStack: cloudstack_vpn_gateway docs-cloudstack-resource-vpn-gateway Creates a site to site VPN local gateway.

cloudstack_vpn_gateway

Creates a site to site VPN local gateway.

Example Usage

Basic usage:

resource "cloudstack_vpn_gateway" "default" {
    vpc = "test-vpc"
}

Argument Reference

The following arguments are supported:

  • vpc - (Required) The name of the VPC for which to create the VPN Gateway. Changing this forces a new resource to be created.

Attributes Reference

The following attributes are exported:

  • id - The ID of the VPN Gateway.
  • public_ip - The public IP address associated with the VPN Gateway.