terraform-provider-mongodb
terraform-provider-mongodb copied to clipboard
Add TLS support for Mongo 6
Changes made :
- Edit TLS certificate management following MongoDB manual
- Replace "certificate" field by "certificate_key_file" and "ca_file"
- Update modules and format terraform code
- Update documentation