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

Hello, this a documentation bug for the `mongodbatlas_projects` data source to return all projects. The resource is incorrectly documented. projects != project. The correct documentation should be: ```hcl data "mongodbatlas_projects"...

Bumps [octokit/request-action](https://github.com/octokit/request-action) from 2.1.6 to 2.1.7. Release notes Sourced from octokit/request-action's releases. v2.1.7 2.1.7 (2022-10-11) Bug Fixes use Node 16 (#195) (5f5deee) Commits 89a1754 build(release): compiled action for 2.1.7 5f5deee...

dependencies
github_actions

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl Terraform v1.3.2 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v4.34.0 + provider registry.terraform.io/mongodb/mongodbatlas v1.4.6 ``` ### Terraform Configuration File No provider configuration,...

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl $ terraform version Terraform v1.3.0 on linux_amd64 + provider registry.terraform.io/mongodb/mongodbatlas v1.4.6 ``` ### Terraform Configuration File ```hcl resource "mongodbatlas_alert_configuration" "with_thresholds"...

Hi, There is a parameter available for cluster resource to pause the cluster. With this parameter, we have to flip the status from pause to unpause whenever needed. I am...

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl 1.2.6 ``` ### Terraform Configuration File ```hcl resource "mongodbatlas_event_trigger" "ticket_claimed" { name = "${var.name}-trigger" type = "DATABASE" project_id = var.mongodbatlas_project_id...

## Description This PR is for testing Gov Cloud pipeline flow for basic acceptance test validation Link to any related issue(s): ## Type of change: - [ ] Bug fix...

run-testacc-gov

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl Terraform: v1.2.1 Provider: 1.4.6 ``` ### Terraform Configuration File ```hcl resource "mongodbatlas_alert_configuration" "no-primary" { project_id = mongodbatlas_project.project.id event_type = "NO_PRIMARY"...

## Description Users hit timeout during GCP PSC setup. Default timeout has been updated to 2 hours & made configurable via terraform. ## Type of change: - [x] Bug fix...

## Description Update alert configuration to defer unit validation atlas api. An alternative solution would've been to update the ValidateFunc to support the following values - NANOSECONDS - MILLION_MINUTES -...