Releases: Kaginari/terraform-provider-mongodb
Releases · Kaginari/terraform-provider-mongodb
v0.0.6
Certif path bug fixed
Add insecurer_skip_verify to ignore hostname verification
Add replicaSet support
v0.0.5
- FIX DocumetDB Issue 2 (creating roles in documentDB)
- ADD TLS support to provider ca_material
, cert_material
, key_material
support either :
1- cert_path
(certificate path)
2- ca_material
, cert_material
, key_material
(pass certificates one by one)
v0.0.4
1. add multi role support
2. support up to 10 role per user
v0.0.3
-
BUG fix : Error connecting to Mongo server context deadline exceeded
-
New feature : support communication over ssl ssl=true