alicloud_ssl_vpn_client_certs

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

Example Usage

data "alicloud_ssl_vpn_client_certs" "foo" {
  ids               = ["fake-cert-id"]
  ssl_vpn_server_id = "fake-server-id"
  output_file       = "/tmp/clientcert"
  name_regex        = "^foo"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: