-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No way to attach managed_disk as Data disk to a existing VM? #1014
Comments
Thanks for reporting this issue. Closing this as a duplicate of #734. Please track status of this with that issue. |
re-closing this since it’s a duplicate |
this is done? can you provide any link to the changes related? |
I don't think it is duplicated. what I want is something like old azure_data_disk described here |
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! |
I am trying to accomplish VM creation and data disk attachment in this order
but it seems not possible accroding to the document. The only way to create data disk for a VM is when a vm is created by
azurerm_virtual_machine
withstorage_os_disk
is there any limitation in the backgroud or this feature is just missing? I really want this feature if possible.
The text was updated successfully, but these errors were encountered: