Skip to content

Docs with wrong resource type #175

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

Closed
hieuln opened this issue Mar 16, 2020 · 1 comment
Closed

Docs with wrong resource type #175

hieuln opened this issue Mar 16, 2020 · 1 comment

Comments

@hieuln
Copy link

hieuln commented Mar 16, 2020

Based on the document here: https://www.terraform.io/docs/providers/mongodbatlas/r/private_endpoint_interface_link.html the resource is:

resource "mongodbatlas_private_endpoint_link" "test" {
}

but the correct (and working) one is:

resource "mongodbatlas_private_endpoint_interface_link" "test" {
}

themantissa added a commit that referenced this issue Mar 16, 2020
Add the missing term interface to the documentation for private link interface.

Note - doc updates go out with new versions so this will merge and show up on Terraform's site when 0.4.3 is released.
themantissa added a commit that referenced this issue Mar 16, 2020
fix-#175 - missing word in resource name
@themantissa
Copy link
Collaborator

Fixed - doc gets updated on the terraform website when we release so expect this there with 0.4.3. Thank you!!

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

No branches or pull requests

2 participants