You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem is that a vhdx downloaded via source of the hyperv_vhd resource will not be renamed after download. This leads to an error because the getVhd function cannot find the file that is specified with the path parameter.
Hi there,
the problem is that a vhdx downloaded via source of the hyperv_vhd resource will not be renamed after download. This leads to an error because the getVhd function cannot find the file that is specified with the path parameter.
Terraform Version
Terraform v1.3.7
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/julez4321/8ad7d1363aa18ad0ec3482b5071e12dd
Expected Behavior
Downloaded image (vhdx file) should get the name specified with the path parameter after download.
Actual Behavior
Image will be downloaded but rename is missing in the CreateOrUpdateVhd function.
The text was updated successfully, but these errors were encountered: