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
Reviewing the docs on the new azurerm_windows_virtual_machine resource, I dont see any reason why this shouldnt work.
We use terraform to create Windows Server images that have managed data disks.
In v0.11 with the Azure provider, when we subsequently make VMs from those images no mention of the managed disk snapshots is required....they simply come w/ the image. In v0.12 we get the following error. I want to see if this is SUPPOSED to work before opening an Issue:
Error: Error creating Windows Virtual Machine "BBVM1-vm" (Resource Group "BBVM1"): compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameter" Message="StorageProfile.dataDisks.lun does not have required value(s) for image specified in storage profile." Target="storageProfile"
on modules\vm-base\main.tf line 47, in resource "azurerm_windows_virtual_machine" "config":
47: resource "azurerm_windows_virtual_machine" "config" {
Ok, so no traction here. @tombuildsstuff I see you marked this as an enhancement. Does that mean you think this ought to work but that it appears not to? Or should I post this another way to get some visibility.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Apr 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reviewing the docs on the new azurerm_windows_virtual_machine resource, I dont see any reason why this shouldnt work.
We use terraform to create Windows Server images that have managed data disks.
In v0.11 with the Azure provider, when we subsequently make VMs from those images no mention of the managed disk snapshots is required....they simply come w/ the image. In v0.12 we get the following error. I want to see if this is SUPPOSED to work before opening an Issue:
Our old v0.11 version
Our new v0.12 with the current beta azurerm_windows_virtual_machine
The text was updated successfully, but these errors were encountered: