alicloud_nas_file_systems

This data source provides FileSystems available to the user.

Example Usage

data "alicloud_nas_file_systems" "fs" {
  protocol_type     = "NFS"
  description_regex = "${alicloud_nas_file_system.foo.description}"
}

output "alicloud_nas_file_systems_id" {
  value = "${data.alicloud_nas_file_systems.fs.systems.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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