-
### Terraform CLI and Terraform MongoDB Atlas Provider Version
```hcl
Terraform v0.13.4
+ provider registry.terraform.io/terraform-providers/mongodbatlas v0.6.5
```
### Terraform Configur…
-
### Terraform Version
```
Terraform v0.14.7
```
I'm running into some strange behaviour, and I'm not sure how I haven't ran into it before. It's best demonstrated through an example. Thankfully …
-
### Terraform CLI and Terraform MongoDB Atlas Provider Version
```hcl
Terraform v0.13.5
+ provider registry.terraform.io/mongodb/mongodbatlas v0.6.5
```
> We hold these truths to be sel…
-
# Workspace
Terraform v0.11.14
# issue
## step
1. Create a mongo cluster resource following https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cluster#example-aws…
-
based on the API documentation located here: https://docs.atlas.mongodb.com/reference/api/third-party-integration-settings/
We would like to be able to add third party integration settings (more sp…
-
referring to example in documentation page:
policy_item {
id = mongodbatlas_cluster.my_cluster.snapshot_backup_policy.0.policies.0.policy_item.1.id
frequency_interval = …
-
### Bug Report
I want to install this driver in my computer. But when I try to configure with command :
`sudo ./configure --with-php-config=/opt/lampp/bin/php-config`
and when executed that c…
-
### Bug Report
When using a list of mongos processes in the connection string, connection fails if the first host is not available instead of failing over to other hosts.
### Environment
PHP…
H-Max updated
3 years ago
-
# Terraform CLI and Terraform MongoDB Atlas Provider Version
```hcl
Terraform v0.12.20
Mongodbatlas v0.6.1
```
### Terraform Configuration File
```hcl
resource "mongodbatlas_project" "…
-
I run Spring Boot 2.5.0 application in Spring Tool Suite (Version: 3.9.7.RELEASE). Stopping that application by STS 'stop' button, I find `destroy` of DisposableBean not excuted. If I return to Spring…