-
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
azurerm_search_service fails to exit from creation and hangs there for more than 4 hours even after resource is created in Azure #547
Comments
Hey @VaijanathB Thanks for opening this issue :) I've been taking a look into this - and I've been able to reproduce this through Terraform. Digging into this it appears this is an issue in Go-AutoRest (which the Azure SDK for Go relies on) which doesn't handle the Also upon checking the Portal to try and diagnose this further I noticed this message which is visible for every Azure region - as such I've reached out to find out if this service is Deprecated, or just over capacity at this time: Thanks! |
Hey @VaijanathB This issue has been resolved in Go AutoRest in this PR: Azure/go-autorest#201 - which has now been merged into Terraform in #573. I've confirmed via our acceptance tests that this issue appears to be resolved - and this bug-fix will ship in the next version of Terraform. As such - I'm going to close this issue for the moment; but please feel free to re-open it if this doesn't fix it for you. Thanks! |
I am still seeing this issue in the latest main branch build. Here is my build version.
I also tried to create this in Portal and was able to create it in West US region. I am reopening this as of now. Please do let me know if you need more information. Thanks, |
@VaijanathB looking at the output above you're using the latest released Provider and a build of the Provider from Would you be able to take another look using a build of the Provider from Thanks! |
Works with the latest build. Thanks, |
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! |
Terraform Version
Terraform v0.11.0-dev
Affected Resource(s)
azurerm_search_service
and following [example] (https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples/search-create)
Terraform Configuration Files
Debug Output
Hangs. Did not complete even after 5 hours.
Panic Output
None
Expected Behavior
I notice that the search service is created in Portal. So the Terraform script should simply exit. THis does not happen and it thinks that the resource is still getting created.
Actual Behavior
What actually happened?
Never completes and remains in forver still creating ,,, loop.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform plan
terraform apply
The text was updated successfully, but these errors were encountered: