Azure / Avere

Avere vFXT resources for an enterprise-scale NFS clustered file system built for the cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix VMSS example

anhowe opened this issue · comments

storage_account_type = local.use_ephemeral_os_disk == true ? "Standard_LRS" : "StandardSSD_LRS"
caching = local.use_ephemeral_os_disk == true ? "ReadOnly" : "ReadWrite"
disk_size_gb = local.use_ephemeral_os_disk == true ? 32 : null

Add multiple VMSS's

obsolete