Miguel Vera Belmonte

Results 10 comments of Miguel Vera Belmonte

Hi @nikhil-mongo unfortunately I already deleted that project and did not keep the ID... it was a temporary environment. I'll try to reproduce this bug again shortly and send you...

Hello @nikhil-mongo , I managed to reproduce the error again, here are the logs, though unfortunately it seems no error logs were written here: ``` 2021-12-03T11:05:53.325Z [DEBUG] Adding temp file...

Could it have something to do with [this](https://github.com/mongodb/terraform-provider-mongodbatlas/issues/88#issuecomment-567187471) situation that @themantissa encountered? > So as long as a cluster exists in a project that is in the same region as...

HI @themantissa, @nikhil-mongo, I have shared our IDs with @nikhil-mongo privately through e-mail. The issue keeps reproducing for us. Moreover, now it's impossible to delete an existing network container, even...

Hi @nikhil-mongo, we are not using `pit_enabled=true` in our scripts (we are not including that option), and we still have the issue above. We are not using ``` lifecycle {...

I'm also having this issue. Terraform says it has completed destroying a service project: ``` module.github_runners.google_compute_shared_vpc_service_project.service: Destruction complete after 2s ``` But then I still see it on the GCP...

These methods are already implemented, and left blank in the base class.

Sorry, I didn't understand the significance of the bug until now. At the moment I've implemented **onItemRangeInserted**, **onItemRangeRemoved** and **onItemRangeMoved**. I have not implemented the two variants of **onItemRangeChanged** because...

Another use-case: creation of Keycloak roles via a declaractive approach (from YAML), using [mrparkers/terraform-provider-keycloak](https://github.com/mrparkers/terraform-provider-keycloak): ```yaml roles: - id: vehicle_viewer description: Can view vehicles. composite: null - id: vehicle_manager description: Can...

Happening here as well, after upgrading TF from 1.2 to 1.3.8 & the provider version (now on 2.9.0). Mac OS X Ventura 13.1. I'm creating 4 concurrent instances of the...