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
241 stars 169 forks source link

fix: Fixes `mongodbatlas_ldap_configuration` Delete function #2221

Closed lantoli closed 5 months ago

lantoli commented 5 months ago

Description

Fixes mongodbatlas_ldap_configuration Delete function.

Disables LDAP authentication and authorization. Previously it called deleteLDAPConfiguration API that deleted userToDNMapping document but kept LDAP enabled.

The same behavior is being done in CFN.

Link to any related issue(s): CLOUDP-246435

Type of change:

Required Checklist:

Further comments

github-actions[bot] commented 5 months ago

APIx bot: a message has been sent to Docs Slack channel

jwilliams-mongo commented 5 months ago

bit delayed on this one, but copy LGTM