alicloud_nas_access_groups

This data source provides user-available access groups. Use when you can create mount points

Example Usage

data "alicloud_nas_access_groups" "example" {
  name_regex        = "^foo"
  access_group_type = "Classic"
  description       = "tf-testAccAccessGroupsdatasource"
}

output "alicloud_nas_access_groups_id" {
  value = data.alicloud_nas_access_groups.example.groups.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

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