Where is the best reference to lookup other possible values for parameters?
Example, would like to see list of other: vm sizes, storage account types, source images
azurerm_windows_virtual_machine" / size = “Standard_F2”
os_disk / storage_account_type = “Standard_LRS”
source_image_reference / sku = “2016-Datacenter”
Tried google’ing MS Docs and Hashi, could not find
Thanks