Skip to content

bayudwiyansatria/terraform-helm-postgresql

Repository files navigation

Terraform Helm PostgreSQL

Platforms License Code Of Conduct Support Contributing

Contributor Covenant Code Quality

PostgreSQL High Availability provisioner using terraform. Provisioning A High Availability PostgreSQL using Helm Charts. Charts using postgresql-ha 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/postgresql/helm"
  postgresql_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