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

Typo in documentation #335

Closed
RavindraSinghKhichi opened this issue Oct 20, 2020 · 3 comments · Fixed by #340
Closed

Typo in documentation #335

RavindraSinghKhichi opened this issue Oct 20, 2020 · 3 comments · Fixed by #340

Comments

@RavindraSinghKhichi
Copy link

Terraform CLI and Terraform MongoDB Atlas Provider Version

# Copy-paste your version info here

Terraform Configuration File

# Copy-paste your configuration info here

Steps to Reproduce

Expected Behavior

Actual Behavior

Debug Output

Crash Output

Additional Context

References

https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/private_endpoint_interface_link

data source and resource names are wrong here.

@nikhil-mongo
Copy link
Collaborator

@RavindraSinghKhichi

Can you please elaborate the typo error that you noticed here.

@RavindraSinghKhichi
Copy link
Author

RavindraSinghKhichi commented Oct 20, 2020

https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/private_endpoint_interface_link

resource names should be as following:

mongodbatlas_private_endpoint_interface_link instead of mongodbatlas_private_endpoint_link. The provider report 404 on following the documentation.

Hope this helps !!

@nikhil-mongo
Copy link
Collaborator

Thanks for pointing it out @RavindraSinghKhichi. I will have it fixed soon.

themantissa pushed a commit that referenced this issue Oct 21, 2020
…and AWS Private Link (#340)

* added examples for the Azure VNET peering and AWS Private Link

* typo fix as mentioned in #335

* fix Readme.md with Terraform version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants