Skip to content

Latest commit

 

History

History
66 lines (49 loc) · 4.91 KB

1.15.0-upgrade-guide.html.markdown

File metadata and controls

66 lines (49 loc) · 4.91 KB
layout page_title sidebar_current description MongoDB Atlas Provider 1.15.0
mongodbatlas
MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide
docs-mongodbatlas-guides-1150-upgrade-guide
Upgrade and Information Guide

MongoDB Atlas Provider 1.15.0: Upgrade and Information Guide

The Terraform MongoDB Atlas Provider version 1.15.0 has a number of new and exciting features.

New Resources, Data Sources, and Features:

Breaking Changes:

Deprecations and Removals:

Both the current and new IdP Id format are accepted in terraform-provider version 1.15.x. New features for mongodbatlas_federated_settings_identity_provider resource and data source will only be available when using the new Id format.

WARNING: Old IdP Id format will no longer be accepted starting in terraform-provider 1.16.0 version and onwards. We recommend to update to the new format as soon as possible. A warning will appear if old Id is still being used. Follow the guide below to start using the new Id format.

Note: The old IdP Id format was a 20-hex characters long string. The new IdP Id format is a 24-hex characters long string.

Update Guide:

  1. How to get the new IdP Id 24-hex characters string ID value
  2. What to do with the new IdP 24-hex characters string ID value
  3. Run terraform plan
  4. Run terraform apply

Helpful Links