Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 313 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 313 Bytes

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=""