-
https://github.com/akshaykarle/go-http-digest-auth-client has issues disabled so I decided to create it here.
We want to use `go-mongodbatlas` as dependency in our project. But go modules will alw…
-
@akshaykarle there is support for GCP VPC within MongoDB Atlas, what would be involved in getting that support into the TF provider here?
-
Hi All! 👋
I have opened this PR for the purpose of preparing the MongoDB Atlas Terraform provider for review and release into the official Terraform ecosystem. The following list are items that s…
-
I'm trying to run some terraform that includes provisioning a cluster in a given project/group, and the terraform plan fails as follows:
```Error: Error applying plan:
1 error(s) occurred:
* …
-
given:
```provider "mongodbatlas" {}
data "mongodbatlas_project" "project" {
name = "${var.atlas_project}"
}
resource "mongodbatlas_cluster" "cluster" {
name = "${lower(var.environment)…
-
I'm trying to run `make website` in order to view the documentation and am getting errors:
```
$ make website
# For testing until an official provider
if [ ! -h /src/github.com/hashicorp/terraform…
-
Would it be ok to do a PR to optionally have the provider use environment variables for the configuration, something like `MONGODB_ATLAS_PUBLIC_API_KEY` and `MONGODB_ATLAS_PUBLIC_API_KEY`?
-
Not sure why I got this error
```
resource "mongodbatlas_database_user" "whatever" {
username = "whatever"
password = "whatever"
database = "mydb"
group = "${mongodbatlas_project.my…
holms updated
5 years ago
-
I am having trouble with deploying my Strapi App to Heroku while using MongoDB Atlas. I followed all the instructions in the "Getting Started"-Guide and got it to work with no problems locally. Bu…
-
Not sure exactly what the problem is, but 0.7.3 doesn't work on linux_amd64 for me. v0.7.2 works fine.
Terraform fails with an `provider.mongodbatlas: fork/exec /root/.terraform.d/plugins/linux_amd…