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
In new version of plugin 1.8.0 has add resource azurerm_virtual_machine_data_disk_attachment to attach disk an exist vm, but not have de argument "write_accelerator_enabled".
This argument is posible declare it trough of resource "azurerm_virtual_machine" under block "storage_data_disk".
Is posible add this property to resource azurerm_virtual_machine_data_disk_attachment? or how to can i add this argument to a manged disk?
The text was updated successfully, but these errors were encountered:
jcmaasb
changed the title
How to especify "write_accelerator_enabled" in new resource azurerm_virtual_machine_data_disk_attachment
How to specify "write_accelerator_enabled" in new resource azurerm_virtual_machine_data_disk_attachment
Jun 29, 2018
Support for write_accelerator_enabled was added to Terraform shortly before this resource was merged, as such we omitted support for it initially. Thanks for pointing this out - I've opened #1468 which adds support for this field.
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 👉 hashibot-feedback@hashicorp.com. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In new version of plugin 1.8.0 has add resource azurerm_virtual_machine_data_disk_attachment to attach disk an exist vm, but not have de argument "write_accelerator_enabled".
This argument is posible declare it trough of resource "azurerm_virtual_machine" under block "storage_data_disk".
Is posible add this property to resource azurerm_virtual_machine_data_disk_attachment? or how to can i add this argument to a manged disk?
The text was updated successfully, but these errors were encountered: