terraform-provider-mongodbatlas
terraform-provider-mongodbatlas copied to clipboard
Terraform provider for MongoDB Atlas
Hello, I'm creating a `mongodbatlas_database_user` for my application and I'm trying to figure out how to pass my application an authenticated connection string to use, but I can't figure out...
Hi , I am trying to use this provider following the example folder, but when I ran terraform init, i am getting - Provider "mongodbatlas" not available for installation. Any...
Hi! With TF 0.13 https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-13/ we can configure Terraform to download the provider from the registry. Do you plan to publish the provider? Installation would be much easier: ``` terraform...
Hello, If I'm running terraform apply twice with this resource resource "mongodbatlas_cluster" "lcm" { project_id = "my-project" name = "cluster-my" num_shards = 1 mongo_db_major_version = "4.0" backup_enabled = false auto_scaling_disk_gb_enabled...
Since the Continuous Backup API has been depricated, we have started to use the providerBackupEnabled, which is already supported in this terraform code. However, it looks like pitEnabled (boolean) is...
The new argument `api_url` let users to use this provider with custom rest API base URL. (e.g. URL for Cloud Manager or Ops Manager.) It depends on https://github.com/akshaykarle/go-mongodbatlas/pull/20 and I...
Hi, apologies if i am a bit of a newbie when it comes to Mongodb atlas and the terraform provider, but I am successfully creating group, user and cluster, but...
Hi all, I tried to upgrade my cluster major version from 3.6 to 4.0 with terraform, but the cluster is not upgraded after terraform apply. Terraform plan: ``` Terraform will...
Note: This is not an issue. This is a request for help. I am trying to add `outbound_ip_addresses` from Azure to MongoDB Atlas. And I am having issue with authorization....
Hi, is it planned to add VPC Peering for Azure? thanks