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
We encountered an issue with our E2E testing on the AzureTRE
2024-10-22 11:27:18 [ INFO] True, deployment_failed, a2eddcd3-510e-49d0-8dd0-7c1066944450: Error message: Unable to find image '***.azurecr.io/tre-workspace-airlock-import-review@sha256:ed6adbe68074abcc1dae1bf1a48025d69d2eb805af9039fea4618140051fc250' locally ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to │ module.azure_monitor.azapi_resource.ampls_workspace, provider │ "provider["registry.terraform.io/azure/azapi"]" produced an unexpected │ new value: Root resource was present, but now absent. │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵
This error usually caused by the upstream API, after a successful PUT request to create the resource, the GET request returns 404 error. In the v2.0.1 release, we added a retry logic to handle this case, would you please try to use the v2.0.1? Thanks!
We encountered an issue with our E2E testing on the AzureTRE
2024-10-22 11:27:18 [ INFO] True, deployment_failed, a2eddcd3-510e-49d0-8dd0-7c1066944450: Error message: Unable to find image '***.azurecr.io/tre-workspace-airlock-import-review@sha256:ed6adbe68074abcc1dae1bf1a48025d69d2eb805af9039fea4618140051fc250' locally ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to │ module.azure_monitor.azapi_resource.ampls_workspace, provider │ "provider["registry.terraform.io/azure/azapi"]" produced an unexpected │ new value: Root resource was present, but now absent. │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵
the provider version is
The text was updated successfully, but these errors were encountered: