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: Uses `toMap()` when setting `feature_id` #2256

Closed oarbusi closed 4 months ago

oarbusi commented 4 months ago

Description

Tests failed for federated and push_based_log_export. Failure is caused by this PR, specifically this change. Now GetFeatureId() returns an entity admin.CloudProviderAccessFeatureUsagePushBasedLogExportFeatureId instead of an interface like the old SDK, which was set as a map.

Type of change:

Required Checklist:

Further comments