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

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform

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

## Description Release Staging v1.4.4 Link to any related issue(s): ## Type of change: - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

## Description Current default is version 5.0, not 4.4 when mongo_db_major_version is not specified. Also version 4.0 is now EOL. Updated documentation and linked to major version release notes. Link...

# Description Every time I try to create the resource `mongodbatlas_privatelink_endpoint` on GCP, I get timed out and I cannot change the timer. ### Terraform CLI and Terraform MongoDB Atlas...

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl 1.2.2 ``` ### Terraform Configuration File ```hcl resource "mongodbatlas_encryption_at_rest" "test" { project_id = "" aws_kms_config { enabled = true customer_master_key_id...

## Description We are using crossplane to handle our infrastructure, specifically https://github.com/crossplane-contrib/provider-jet-mongodbatlas wich use this terraform provider internally. We attempt to create the database user and IP access list, on...

target_group_id should be target_project_id according to source code and example. [target_group_id](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_provider_snapshot_restore_job#target_group_id) source code [source-code](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/mongodbatlas/data_source_mongodbatlas_cloud_provider_snapshot_restore_jobs.go#L78)

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl # Terraform v1.1.5 (not relevant) ``` ### Terraform Configuration File ```hcl # N/A ``` ### Steps to Reproduce - Docs...

When using mongodbatlas_project data, searching by project_id, the project name is not included in the terraform data object. The [documentation](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/project#name) lists it as an attribute. ### Terraform CLI and Terraform...

Hi, terraform: v1.1.3 mongodb/mongodbatlas: v1.1.1 I want to create the project and want to add users to the project. ``` resource "mongodbatlas_project" "this" { count = var.create ? 1 :...

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl terraform version 0.13.7 mongodb atlas provider version 1.3.1 ``` ### Terraform Configuration File ```hcl // minimum setup to perform import...