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
Could find disk-02: serena-centos-cswe-01-disk-sdd creation complete
But could not find the inform for disk-03: serena-centos-cswe-01-disk-sde
Check this disk-03: serena-centos-cswe-01-disk-sde from azure portal, it exists ----that means it has been created by terraform indeed
2019-12-2506:04:01,396 DEBUG: module.serena-centos-cswe-01.azurerm_managed_disk.disk-02: Creation complete after 10s [id=/subscriptions/66e8f030-dbe5-4677-bd29-06b963faa0ac/resourceGroups/compaas-01-dev/providers/Microsoft.Compute/disks/serena-centos-cswe-01-disk-sdd]
This disk-03: serena-centos-cswe-01-disk-sde could not be deleted when run terraform destroy, should delete it manually
Expected Behavior
Create successfully
Actual Behavior
2019-12-2506:10:08,504 DEBUG: Error: compute.DisksClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="ResourceNotFound" Message="The Resource 'Microsoft.Compute/disks/serena-centos-cswe-01-disk-sde' under resource group 'compaas-01-dev' was not found."2019-12-2506:10:08,504 DEBUG:2019-12-2506:10:08,504 DEBUG: on modules/instance/serena-centos/group_02/main.tf line 242, in resource "azurerm_managed_disk""disk-03":2019-12-2506:10:08,504 DEBUG:242:resource"azurerm_managed_disk""disk-03" {
2019-12-2506:10:08,505 DEBUG:2019-12-2506:10:08,505 DEBUG:2019-12-2506:10:11,781 INFO:
Steps to Reproduce
This issue does not always happen( I try 5 times and 1 time fail)
terraform apply
The text was updated successfully, but these errors were encountered:
SerenaLi279
changed the title
azurerm_managed_disk create fail, but disk has created
azurerm_managed_disk create fail, but this disk has created and could not delete by using terraform destroy
Dec 25, 2019
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 24, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.17
terraform-provider-azurerm_v1.37.0_x4
(PS: it works well when use terraform-provider-azurerm_v1.31.0_x4)
Affected Resource(s)
"azurerm_managed_disk"
Terraform Configuration Files
Debug Output
Check this disk-03: serena-centos-cswe-01-disk-sde from azure portal, it exists ----that means it has been created by terraform indeed
Expected Behavior
Create successfully
Actual Behavior
Steps to Reproduce
This issue does not always happen( I try 5 times and 1 time fail)
terraform apply
The text was updated successfully, but these errors were encountered: