mongodb / terraform-provider-mongodbatlas

Terraform MongoDB Atlas Provider: Deploy, update, and manage MongoDB Atlas infrastructure as code through HashiCorp Terraform
https://registry.terraform.io/providers/mongodb/mongodbatlas
Mozilla Public License 2.0
244 stars 172 forks source link

Typo in documentation #335

Closed RavindraSinghKhichi closed 4 years ago

RavindraSinghKhichi commented 4 years ago

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 commented 4 years ago

@RavindraSinghKhichi

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

RavindraSinghKhichi commented 4 years ago

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 commented 4 years ago

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