alicloud_dfs_mount_points

This data source provides the Dfs Mount Points of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_dfs_mount_points" "ids" {
  file_system_id = "example_value"
  ids            = ["example_value-1", "example_value-2"]
}
output "dfs_mount_point_id_1" {
  value = data.alicloud_dfs_mount_points.ids.points.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

The following attributes are exported in addition to the arguments listed above: