Open nithril opened 5 years ago
FYI, off the back of this issue, we found that the Terraform docs were not quite correct and a PR was opened there as well https://github.com/terraform-providers/terraform-provider-azurerm/pull/3589
Just checked and this still reproduces...
Pulumi version: v0.17.14
I try to create a VM from an image referenced by
storageImageReference
. That image is a custom image created from a VM that already had an os and and data disk.When executing
pulumi up
and when the changes are applying, pulumi is throwing the following error:Setting diskSizeGb to the size of the datadisk workaround the issue.
Thank you for your help!