ok, has anyone actually used `pulumi_azure.compute...
# azure
h
ok, has anyone actually used
pulumi_azure.compute.Disk
in relation to a
pulumi_azure.compute.VirtualMachine
? The UX makes me think you're not supposed to, but if you want to update any parameters through pulumi, you need to. In particular, making one from a standard image (eg ubuntu) is just... unnecessarily difficult?
like, VM images are specified by a URN, but you just can't make a
Disk
from a URN