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: Support new API version for read operation in advanced cluster resource #2381

Closed AgustinBettati closed 3 days ago

AgustinBettati commented 5 days ago

Description

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

This PR modified the read operation of advanced cluster to start using the new API for all cases in which terraform schema is compatible with the new API (num_shards = 1). This enables defining acceptance tests for symmetric and asymmetric sharded clusters (without updates).

Type of change:

Required Checklist:

Further comments