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 79 terraform-provider-mongodbatlas issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Provider Version registry.terraform.io/mongodb/mongodbatlas v1.15.1 ### Terraform Version Terraform v1.7.4 on darwin_amd64 ### Terraform...

stale
not_stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### Provider Version v1.15.0 ### Terraform Version v1.7.0 ### Terraform Edition Terraform Cloud ###...

## Description Caches Go unit tests. Link to any related issue(s): CLOUDP-236589 ## Type of change: - [ ] Bug fix (non-breaking change which fixes an issue). Please, add the...

Hello! ### Terraform CLI and Terraform MongoDB Atlas Provider Version Terraform v1.1.9 ```hcl mongodbatlas = { source = "mongodb/mongodbatlas" version = ">= 1.15.1" } ``` ### Terraform Configuration File ```hcl...

## Description We have this action in our [CFN repository](https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/.github/workflows/code-health.yaml#L51) but was missing here. ## Type of change: - [ ] Bug fix (non-breaking change which fixes an issue). Please,...

not_stale

### Terraform CLI and Terraform MongoDB Atlas Provider Version ``` Terraform v1.6.2 on linux_amd64 + provider registry.terraform.io/mongodb/mongodbatlas v1.12.3 ``` ### Terraform Configuration File ```hcl # main.tf terraform { required_providers {...

bug
not_stale

When autoscaling is enabled, applying configurations which set the `provider_instance_size_name` field reset the autoscaled instance size to the configured value. Users would almost certainly prefer that when `auto_scaling_compute_enabled` is true,...

not_stale

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/hashicorp/aws v4.67.0 + provider registry.terraform.io/hashicorp/kubernetes v2.23.0 + provider registry.terraform.io/hashicorp/null v3.2.1 + provider registry.terraform.io/hashicorp/random v3.5.1...

bug
not_stale
API-bug

Hi, I am receiving below error while trying to configure a maintenance window with number of deferrals. Error: error updating the MongoDB Atlas Maintenance Window (64820379c00d74100eafcd2e): PATCH https://cloud.mongodb.com/api/atlas/v1.0/groups/64820379c00d74100eafcd2e/maintenanceWindow: 400 (request...

not_stale

```hcl terraform_version: 1.2.5 ``` ### Terraform Configuration File ```hcl terraform { required_version = ">= 1.2.0" required_providers { mongodbatlas = { source = "mongodb/mongodbatlas" version = "1.5.0" } } } ```...

improvement
not_stale