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
230 stars 167 forks source link

feat!: Adds create and delete operations for Workforce OIDC IdP #2310

Closed EspenAlbert closed 1 month ago

EspenAlbert commented 1 month ago

Description

Adds create and delete operations for Workforce OIDC IdP

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

Type of change:

Required Checklist:

Further comments

github-actions[bot] commented 1 month ago

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

marcosuma commented 1 month ago

Any chance this could have been a smaller PR?

oarbusi commented 1 month ago

Any chance this could have been a smaller PR?

@marcosuma we could have split it into 2: first update SDK to address breaking changes and then add the create and delete operation. We did it together because implementing Create and Delete was a quick and a smallish change after having updated the SDK