terraform-provider-mongodbatlas icon indicating copy to clipboard operation
terraform-provider-mongodbatlas copied to clipboard

Terraform provider for MongoDB Atlas

Results 32 terraform-provider-mongodbatlas issues
Sort by recently updated
recently updated
newest added

Hi, This would be a really useful addition to the provider. https://docs.atlas.mongodb.com/reference/api/teams/ Thanks Mos

enhancement
help wanted

Greetings. I think Terraform recently changed a folder for third-party plugins, also seems to be plugin filename **should not** contain platform name: This one doesn't work: ``` ~/.terraform.d/plugins/terraform-provider-mongodbatlas_v0.8.1_linux_amd64 ~/.terraform.d/plugins/linux_amd64/terraform-provider-mongodbatlas_v0.8.1_linux_amd64 ```...

enhancement
good first issue

The title explains it: As described for [Continuous Backups](https://docs.atlas.mongodb.com/backup/continuous-backups/#snapshot-schedule) and [Cloud Provider Backups](https://docs.atlas.mongodb.com/backup/cloud-provider-snapshots/#snapshot-scheduling-and-retention-policy)

enhancement
help wanted

Hi, We had a situation today where some whitelists were removed by a program other than terraform. This was an error, and we had hoped that re-running terraform would simply...

Changing the size of MongoDB Atlas cluster of sizes M0, M2 or M5 fails with the following error: ``` mongodbatlas_cluster.test: Modifying... (ID: xxxxxx) size: "M2" => "M0" Error: Error applying...

bug
help wanted

Hi, When making a change to set a cluster resource to paused, the following error is received and the plan is not applied. ``` mongodbatlas_cluster.valuations: Modifying... (ID: xxxxx) paused: "false"...

bug

Is it possible to set database oplog size during database creation? Thank you. ![](https://i.imgsafe.org/96/96b792aa7c.png)

enhancement

Right now, `terraform import` can't be run on project objects. This complicates importing existing infrastructure. There are a couple of workarounds: * manually edit state files, providing the `ID` attribute...

enhancement
good first issue

In trying to setup VPC Peering, I tried to add an AWS security group to the Atlas IP Whitelist. There's no option for a security group in the resource, so...

`diskTypeName` is a required attribute when deploying a non-shared (M10 and above) cluster to Azure however it's not supported by this TF provider. When trying to deploy a non-shared cluster...

enhancement
good first issue