» 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 = "${alicloud_nas_file_system.foo.description}"
}

output "first_nas_filesystems_id" {
  value = "${data.alicloud_nas_filesystems.nas_filesystems_ds.filesystems.0.id}"
}

» Argument Reference

The following arguments are supported:

  • ids - (Optional) A list of FileSystemId.
  • storage_type - (Optional) Filter results by a specific StorageType.
  • protocol_type - (Optional) Filter results by a specific ProtocolType.
  • description_regex - (Optional) A regex string to filter the results by the :FileSystem description.
  • output_file - (Optional) File name where to save data source results (after running terraform plan).

» Attributes Reference

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

  • ids - A list of FileSystem Id.
  • systems - A list of VPCs. Each element contains the following attributes: