From ffa5d24b44935464c65d6a9377bef6286e556b82 Mon Sep 17 00:00:00 2001 From: Melissa Plunkett Date: Mon, 9 Aug 2021 18:04:57 -0500 Subject: [PATCH 1/2] Update 1.0.0-upgrade-guide.html.markdown Add an intro paragraph --- .../guides/1.0.0-upgrade-guide.html.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/docs/guides/1.0.0-upgrade-guide.html.markdown b/website/docs/guides/1.0.0-upgrade-guide.html.markdown index b7d140142d..23947e2b71 100644 --- a/website/docs/guides/1.0.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.0-upgrade-guide.html.markdown @@ -8,6 +8,24 @@ MongoDB Atlas Provider 0.1.0: Upgrade and Information Guide # MongoDB Atlas Provider 1.0.0: Upgrade and Information Guide +The Terraform MongoDB Atlas Provider version 1.0.0 has a number of new and exciting features and changes. +New features include: +* Support for Atlas Search +* Support for Online Archive +* Support for Data Lake +* Support for Triggers +* Re-Architected and Updated Cloud Backup Policy Schedule + +1.0.0 also includes general improvements and bug fixes. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more specific information. + +In addition, there are a few changes that will require modifications to your TF configuration between earlier versions of the provdier and this one. Below we have outlined guidance for each of the changes. +These configuration impacting changes include: +* The Project IP Whitelist resource and data source are at end of life. They have been replaced by Project IP Access List. +* Private Endpoint and Private Endpoint Interface Link are at end of life. They have been replaced by PrivateLink Endpoint and PrivateLink Endpoint Service +* We've upgraded to Terraform's SDK v2, which results in configuration changes for some resources and data sources. They include: Alert Configuration, Cloud Provider Access Authorization, Cloud Provider Snapshot Restore Job and Encryption at Rest with BYOK. +* Cloud Provider Backup Schedule replaces the now deprecated Cloud Provider Snapshot Backup Policy. +* Related to the above, in the Cluster resource and data source the parameter `provider_backup_enabled` has been deprecated, use `cloud_backup` instead. + ## End of Life and removal of Project IP Whitelist and import with Project IP Access List To upgrade from v0.9.1 to v1.0.0 with the existing resources `mongodbatlas_project_ip_whitelist` From e5b9903598f60fdd0d247752b20f2c521da086d8 Mon Sep 17 00:00:00 2001 From: Melissa Plunkett Date: Tue, 10 Aug 2021 11:50:43 -0500 Subject: [PATCH 2/2] Update 1.0.0-upgrade-guide.html.markdown --- website/docs/guides/1.0.0-upgrade-guide.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/1.0.0-upgrade-guide.html.markdown b/website/docs/guides/1.0.0-upgrade-guide.html.markdown index 23947e2b71..50a163c323 100644 --- a/website/docs/guides/1.0.0-upgrade-guide.html.markdown +++ b/website/docs/guides/1.0.0-upgrade-guide.html.markdown @@ -18,7 +18,7 @@ New features include: 1.0.0 also includes general improvements and bug fixes. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more specific information. -In addition, there are a few changes that will require modifications to your TF configuration between earlier versions of the provdier and this one. Below we have outlined guidance for each of the changes. +In addition, there are a few changes that will require modifications to your TF configuration between earlier versions of the provider and this one. Below we have outlined guidance for each of the changes. These configuration impacting changes include: * The Project IP Whitelist resource and data source are at end of life. They have been replaced by Project IP Access List. * Private Endpoint and Private Endpoint Interface Link are at end of life. They have been replaced by PrivateLink Endpoint and PrivateLink Endpoint Service