diff --git a/CHANGELOG.md b/CHANGELOG.md index f22b6c3316..22fc81928b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,11 @@ NOTES: * 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)) * 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)) +* 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)) +* 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)) * 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)) * 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)) +* resource/mongodbatlas_third_party_integration: Deprecates `scheme` attribute as it is not being used ([#2216](https://github.com/mongodb/terraform-provider-mongodbatlas/pull/2216)) FEATURES: