/terraform-aws-mongodbatlas

This is a terraform module to create resources in mongodb atlas.

Primary LanguageHCLApache License 2.0Apache-2.0

terraform-mongodbatlas-resources-aws

This is a terraform module to create resources in mongodb atlas.

NOTE: The current provider used for this project is AWS only

Before Deploying

Export your mongodb public and private key

export MONGODB_ATLAS_PUBLIC_KEY=""
export MONGODB_ATLAS_PRIVATE_KEY=""