You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@ NOTES:
13
13
14
14
* data-source/mongodbatlas_federated_settings_identity_providers: Deprecates `page_num` and `items_per_page` attributes. They are not being used and will not be relevant once all results are fetched internally. ([#2207](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2207))
15
15
* data-source/mongodbatlas_teams: Deprecates data source in favour of `mongodbatlas_team` which has the same implementation. This aligns the name of the resource with the implementation which fetches a single team. ([#2208](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2208))
16
+
* data-source/mongodbatlas_third_party_integration: Deprecates `scheme` attribute as it is not being used ([#2216](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2216))
17
+
* data-source/mongodbatlas_third_party_integrations: Deprecates `scheme` attribute as it is not being used ([#2216](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2216))
16
18
* provider: New changelog format has been incorporated following [Terraform Changelog Specification](https://developer.hashicorp.com/terraform/plugin/best-practices/versioning#changelog-specification) ([#2124](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2124))
17
19
* resource/mongodbatlas_teams: Deprecates resource in favour of `mongodbatlas_team` which has the same implementation. This aligns the name of the resource with the implementation which manages a single team. ([#2208](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2208))
20
+
* resource/mongodbatlas_third_party_integration: Deprecates `scheme` attribute as it is not being used ([#2216](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2216))
0 commit comments