You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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" {
}
The text was updated successfully, but these errors were encountered: