is it possible to clone the OS-Disk from VM A to be used in VM b (different resource group) best case deployed by terraform?
i tried using (with an snapshot of os disk from VM a):
os_disk {
caching = "ReadWrite"
storage_account_type = "StandardSSD_LRS"
managed_disk_id = "foo/baa"
}
Thank you