Skip to content

Commit a0c4413

Browse files
doc update
1 parent 9ab6826 commit a0c4413

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
subcategory: "Storage"
3+
layout: "azurerm"
4+
page_title: "Azure Resource Manager: azurerm_hpc_cache_nfs_target"
5+
description: |-
6+
Lists NFS Target resources within a HPC Cache.
7+
---
8+
9+
# List resource: azurerm_hpc_cache_nfs_target
10+
11+
Lists NFS Target resources within a HPC Cache.
12+
13+
!> **Note:** The `azurerm_hpc_cache_nfs_target` resource has been deprecated because the service is retiring on 2025-09-30. This resource will be removed in v5.0 of the AzureRM Provider. See https://aka.ms/hpccacheretirement for more information.
14+
15+
## Example Usage
16+
17+
```hcl
18+
list "azurerm_hpc_cache_nfs_target" "example" {
19+
provider = azurerm
20+
21+
config {
22+
cache_id = "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/example-rg/providers/Microsoft.StorageCache/caches/example-cache"
23+
}
24+
}
25+
```
26+
27+
## Argument Reference
28+
29+
This list resource supports the following arguments:
30+
31+
* `cache_id` - (Required) The ID of the HPC Cache. The list operation returns NFS targets for this cache.

0 commit comments

Comments
 (0)