From 0716afbb4a8b1d12600a44cf8ab229f343ab252b Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:06:03 +0200 Subject: [PATCH] fix typo --- docs/resources/ldap_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/ldap_configuration.md b/docs/resources/ldap_configuration.md index 68f9033768..a6d2642801 100644 --- a/docs/resources/ldap_configuration.md +++ b/docs/resources/ldap_configuration.md @@ -1,6 +1,6 @@ # Resource: mongodbatlas_ldap_configuration -`mongodbatlas_ldap_configuration` provides an LDAP Configuration resource. This allows an LDAP configuration for an Atlas project to be crated and managed. This endpoint doesn’t verify connectivity using the provided LDAP over TLS configuration details. To verify a configuration before saving it, use the resource to [verify](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/docs/resources/ldap_verify.md) the LDAP configuration. +`mongodbatlas_ldap_configuration` provides an LDAP Configuration resource. This allows an LDAP configuration for an Atlas project to be created and managed. This endpoint doesn’t verify connectivity using the provided LDAP over TLS configuration details. To verify a configuration before saving it, use the resource to [verify](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/docs/resources/ldap_verify.md) the LDAP configuration. ## Example Usage