-
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
Destroying azurerm_managed_disks fail with "context deadline exceeded" #817
Comments
I thought this issue could be about terraform but here we are. |
got an issue here with the latest terraform:light container and "some" disks:
|
We're constantly running into this issue while destroying various types of machines. |
there is an issue with nearly the same content: would be great if the azurerm provider would get a timeout parameter... |
I just hit this with Terraform v0.11.3 and latest version of the Azure provider (as of 20180325). Created a VM with managed disk with |
Closing this in favour of #171, where this will be fixed in the near future |
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! |
This issue was originally opened by @hantuzun as hashicorp/terraform#17302. It was migrated here as a result of the provider split. The original body of the issue is below.
Destroying Azure VMs with managed disks (
azurerm_managed_disk
) hang until the deadline. Theterraform apply
command fails withStatusCode=204 -- Original Error: context deadline exceeded
. Subsequentterraform apply
commands succeed without any updates since the original command destroys the VM and its managed disk successfully.I think the issue is due to an error on getting the response of managed disks state.
Terraform Version
Terraform Configuration Files
https://github.com/dcos/terraform-dcos/tree/master/azure
Debug Output
Expected Behavior
Actual Behavior
Steps to Reproduce
cd azure
terraform.tfvars
file:terraform apply
num_of_public_agents = "2"
tonum_of_public_agents = 1"
terraform apply
Additional Context
Nothing is atypical as far as I know. I'm running Terraform on new Centos 7.4 machines.
The text was updated successfully, but these errors were encountered: