Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1.0.0-upgrade-guide.html.markdown #510

Merged
merged 2 commits into from
Aug 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions website/docs/guides/1.0.0-upgrade-guide.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
* 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`
Expand Down