alicloud_nas_mount_targets

This data source provides MountTargets available to the user.

Example Usage

data "alicloud_nas_mount_targets" "example" {
  file_system_id    = "1a2sc4d"
  access_group_name = "tf-testAccNasConfig"
}

output "the_first_mount_target_domain" {
  value = data.alicloud_nas_mount_targets.example.targets.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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