Skip to content

Terraform Module MongoDB High Availability provisioner using terraform. Provisioning A High Availability MongoDB using Helm Charts.

License

Notifications You must be signed in to change notification settings

bayudwiyansatria/terraform-helm-mongodb-sharded

Repository files navigation

Terraform Helm MongoDB Sharded

Platforms License Code Of Conduct Support Contributing

Contributor Covenant Code Quality

Terraform Module MongoDB High Availability provisioner using terraform. Provisioning A High Availability MongoDB using Helm Charts. Charts using mongodb-sharded under Bitnami Charts.

Requirements

Name Version
Terraform > = 1.0.11

Note:

Getting Started

There are instructions under demo directory will get you a copy of the project up and running on your local machine for development and testing purposes.

Usage

module "postgresql" {
  source           = "bayudwiyansatria/mongodb-sharded/helm"
  mongodb_password = "your-secret-password"
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Looking to contribute to our code but need some help? There's a few ways to get information:

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Copyright © 2021. All Rights Reserved.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration