alicloud_ssl_vpn_servers

The SSL-VPN servers data source lists lots of SSL-VPN servers resource information owned by an Alicloud account.

Example Usage

data "alicloud_ssl_vpn_servers" "foo" {
  ids            = ["fake-server-id"]
  vpn_gateway_id = "fake-vpn-id"
  output_file    = "/tmp/sslserver"
  name_regex     = "^foo"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: