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
Managed disk should have been successfully created.
Actual Behavior
1 error(s) occurred:
* azurerm_managed_disk.my_managed_disk: 1 error(s) occurred:
* azurerm_managed_disk.my_managed_disk: compute.DisksClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidRequestContent" Message="The request content was invalid and could not be deserialized: Required property 'name' not found in 'sku'."
Steps to Reproduce
terraform init
terraform apply
Important Factoids
Issue only occurs when storage_account_type = "ULTRASSD_LRS" is used. Issue does not repro for the other storage account types: Standard_LRS, Premium_LRS, StandardSSD_LRS
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
Jun 16, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_managed_disk
Terraform Configuration Files
Debug Output
Link to gist: https://gist.github.com/mithunshanbhag/14820a8dce5ca3c0ebfb56d58d5e74b2
Panic Output
N/A
Expected Behavior
Managed disk should have been successfully created.
Actual Behavior
Steps to Reproduce
terraform init
terraform apply
Important Factoids
Issue only occurs when
storage_account_type = "ULTRASSD_LRS"
is used. Issue does not repro for the other storage account types:Standard_LRS
,Premium_LRS
,StandardSSD_LRS
The following github issue might be related: issue when creating vm from snapshot Azure-Samples/managed-disks-powershell-getting-started#5
References
N/A
The text was updated successfully, but these errors were encountered: