Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation description adjust #27

Open
RafaelloLollipop opened this issue Feb 15, 2022 · 0 comments
Open

Documentation description adjust #27

RafaelloLollipop opened this issue Feb 15, 2022 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@RafaelloLollipop
Copy link

Hey,

thanks for great work here! Found some small problem that make a small mess in my implementation:)

provide cert path wtih MONGODB_CERT - is not working for me

Some examples in docs like:

certificate = pathexpand("~/.mongodb/ca.pem")

also are invalid.

Parameter always need file() like in one example:

certificate = file(pathexpand("path/to/certificate/ca.pem"))

So probably overall text:

[certificate](https://registry.terraform.io/providers/Kaginari/mongodb/latest/docs#certificate) - (Optional) Path to a directory with certificate files for connecting to the Docker host via TLS. I. If the path is blank, the MONGODB_CERT will also be checked.

Need some small adjustments - content vs path :)

@ITMonta ITMonta self-assigned this Feb 16, 2022
@ITMonta ITMonta added the documentation Improvements or additions to documentation label Feb 16, 2022
@ITMonta ITMonta added the enhancement New feature or request label Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants