Agustin Bettati
Agustin Bettati
Will wait to merge as we saw a false positive raised in CFN repository [PR](https://github.com/mongodb/mongodbatlas-cloudformation-resources/pull/889), raised an issue to the dependency-review-action to get more clarity: https://github.com/actions/dependency-review-action/issues/676.
Closing this PR for now, https://github.com/actions/dependency-review-action/issues/676 confirmed that this action is not able to infer the proper ordering of pinned GitHub Actions versions so this will likely bring up false...
@febuiles thank you for the updates here. From your latest update just wanted to be clear if this might be a bug associated to the specific action (tj-actions/verify-changed-files), or if...
cloud.mongodb.com is being called directly by a regular Go client which also has configured the env variable `"HTTPS_PROXY": "http://localhost:"` ``` func NewTransport(username, password string) *Transport { t := &Transport{ Username:...
Updating this issue as it is still relevant. For context this issue did have a PR that was merged https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1369 but then reverted https://github.com/mongodb/terraform-provider-mongodbatlas/pull/1416 due to a limitation encountered at...
Hello @sebastianhaeni! I was able to reproduce your issue and identified that it is due to an incorrect value in `data_process_region.region`. By using the following adjusted configuration I was able...
Hi @OlehHarmash. Thank you for brining this up. The tags attribute is effectively implemented as a set of objects meaning they do not have an addressable key for referencing specific...
Hello @seddy, thank you for the details provided. I was able to reproduce the error, and identified an issue with how we are handling the import logic in this resource....
Hello @seddy, I wanted to follow up on this issue to gain more understanding on your use case for importing this resource. I am asking this because there are existing...
With regards to being able to reference `mongodbatlas_organization.org.id`, I can suggest making use of the [data source](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/organization) to have a single place were the id is defined while also ensuring...