You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -283,7 +283,7 @@ When `storage_type=standard`, a NFS Server VM is created, only when these variab
283
283
| nfs_vm_zone | Zone in which NFS server VM should be created | string | null ||
284
284
| nfs_raid_disk_type | Managed disk types | string | "Standard_LRS" | Supported values: Standard_LRS, Premium_LRS, StandardSSD_LRS or UltraSSD_LRS. When using `UltraSSD_LRS`, `nfs_vm_zone` and `nfs_raid_disk_zones` must be specified. See the [Azure documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-ultra-ssd) for limitations on Availability Zones and VM types. |
285
285
| nfs_raid_disk_size | Size in Gb for each disk of the RAID5 cluster on the NFS server VM | number | 128 ||
286
-
|nfs_raid_disk_zones|A collection containing the availability zones to allocate the Managed Disks for NFS | list of strings |[]||
286
+
|nfs_raid_disk_zone|The Availability Zone in which the Managed Disk should be located. Changing this property forces a new resource to be created. | string | null||
287
287
288
288
### Azure NetApp Files (only when `storage_type=ha`)
description="The type of storage to use for the managed disk. Possible values are Standard_LRS, Premium_LRS, StandardSSD_LRS or UltraSSD_LRS."
76
76
}
77
77
78
-
variable"data_disk_zones" {
79
-
description="A collection containing the availability zone to allocate the Managed Disk in."
80
-
default=[]
78
+
variable"data_disk_zone" {
79
+
description="Specifies the Availability Zone in which this Managed Disk should be located. Changing this property forces a new resource to be created."
0 commit comments