microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions

Home Page:http://www.visualstudio.com/explore/release-management-vs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Task to delete cosmos database timeout issue

jvreddy opened this issue · comments

commented

Azure pipeline to delete cosmos DB using terraform is getting timed out after 60 minutes

error logs :

CosmosContainerARM13, 58m40s elapsed]
2021-12-14T15:01:14.1085666Z azurerm_template_deployment.cosmos_container01[0]: Still destroying... [id=/subscriptions/deployments/CosmosContainerARM13, 58m50s elapsed]
2021-12-14T15:01:22.6082334Z ##[error]The operation was canceled.
2021-12-14T15:01:22.6093835Z ##[section]Finishing: Terraform : Destroy

Hi,
I will look into this.

commented

Thank you , please do let me know if you need any further info from me

As far as I can read up on this, timeout is handled by the provider. ( https://github.com/hashicorp/terraform-provider-azurerm)
Do you have the same issue when using terraform locally?

closing this due to inactivity. If you want to continue this Issue please open a new Issue at new repo location at: https://github.com/microsoft/azure-pipelines-terraform/issues