Terraform Provider Mongodbatlas Save

Terraform provider for MongoDB Atlas

Project README

terraform-provider-mongodbatlas

Build Status GitHub release codecov GitHub downloads

Terraform provider for MongoDB Atlas.

IMPORTANT NOTE - This provider is no longer under development.

Please use the official, verified Terraform MongoDB Atlas Provider: -Documentation -GitHub Repo

Requirements

  • Terraform 0.12.x
  • Go 1.12 (to build the provider plugin)

Installing the Provider

Follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

Usage

# Configure the MongoDB Atlas Provider
provider "mongodbatlas" {
  username = "${var.mongodb_atlas_username}"
  api_key = "${var.mongodb_atlas_api_key}"
}

# Create a Cluster
resource "mongodbatlas_cluster" "test" {
  # ...
}

Also look at the example under /examples.

Building the Provider

Clone and build the repository

go get github.com/akshaykarle/terraform-provider-mongodbatlas
make build

Updating the Provider

go get -u github.com/akshaykarle/terraform-provider-mongodbatlas
make build

Contributing

  • Install project dependencies: go get github.com/kardianos/govendor
  • Run tests: make test
  • Build the binary: make build
Open Source Agenda is not affiliated with "Terraform Provider Mongodbatlas" Project. README Source: akshaykarle/terraform-provider-mongodbatlas
Stars
123
Open Issues
32
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating