Skip to content

Commit 9e55f51

Browse files
authored
Update 1.0.0-upgrade-guide.html.markdown (#510)
* Update 1.0.0-upgrade-guide.html.markdown Add an intro paragraph * Update 1.0.0-upgrade-guide.html.markdown
1 parent 6a3f1fc commit 9e55f51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

website/docs/guides/1.0.0-upgrade-guide.html.markdown

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ MongoDB Atlas Provider 0.1.0: Upgrade and Information Guide
88

99
# MongoDB Atlas Provider 1.0.0: Upgrade and Information Guide
1010

11+
The Terraform MongoDB Atlas Provider version 1.0.0 has a number of new and exciting features and changes.
12+
New features include:
13+
* Support for Atlas Search
14+
* Support for Online Archive
15+
* Support for Data Lake
16+
* Support for Triggers
17+
* Re-Architected and Updated Cloud Backup Policy Schedule
18+
19+
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.
20+
21+
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.
22+
These configuration impacting changes include:
23+
* The Project IP Whitelist resource and data source are at end of life. They have been replaced by Project IP Access List.
24+
* Private Endpoint and Private Endpoint Interface Link are at end of life. They have been replaced by PrivateLink Endpoint and PrivateLink Endpoint Service
25+
* 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.
26+
* Cloud Provider Backup Schedule replaces the now deprecated Cloud Provider Snapshot Backup Policy.
27+
* Related to the above, in the Cluster resource and data source the parameter `provider_backup_enabled` has been deprecated, use `cloud_backup` instead.
28+
1129
## End of Life and removal of Project IP Whitelist and import with Project IP Access List
1230

1331
To upgrade from v0.9.1 to v1.0.0 with the existing resources `mongodbatlas_project_ip_whitelist`

0 commit comments

Comments
 (0)