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
Creating objects that have long creation times fails.
How can we reproduce it?
This consistently happens to me when trying to use the Terraform Provider to create an Azure ADX cluster with the AzureRM provider for Terraform. When the terraform provider for Crossplane times out, the object is still successfully created in Azure, but doesn't make it into the terraform remote state. You then have to manually import the object into the state file to get the crossplane object to update.
You can increase the context timer for the provider from the default 20 minutes by using a ControllerConfig and setting the --timeout arg to the value you need.
What happened?
Creating objects that have long creation times fails.
How can we reproduce it?
This consistently happens to me when trying to use the Terraform Provider to create an Azure ADX cluster with the AzureRM provider for Terraform. When the terraform provider for Crossplane times out, the object is still successfully created in Azure, but doesn't make it into the terraform remote state. You then have to manually import the object into the state file to get the crossplane object to update.
What environment did it happen in?
The text was updated successfully, but these errors were encountered: