Skip to content

Commit e5ffa3f

Browse files
authored
Create 1.8.0-upgrade-guide.html.markdown (#1021)
1 parent c1642a1 commit e5ffa3f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: "mongodbatlas"
3+
page_title: "MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide"
4+
sidebar_current: "docs-mongodbatlas-guides-180-upgrade-guide"
5+
description: |-
6+
MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide
7+
---
8+
9+
# MongoDB Atlas Provider 1.8.0: Upgrade and Information Guide
10+
11+
The Terraform MongoDB Atlas Provider version 1.8.0 has a number of new and exciting features and changes.
12+
13+
**Major Enhancements:**
14+
* The HashiCorp Terraform MongoDB Atlas Provider now supports [Snapshot Distribution](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_backup_schedule)
15+
* To learn more about this feature see here: https://www.mongodb.com/blog/post/introducing-snapshot-distribution-atlas
16+
* The HashiCorp Terraform MongoDB Atlas Provider now allows users to [Programmatically Create API Keys](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/api_key)
17+
* To learn more about this feature see here: https://www.mongodb.com/docs/atlas/reference/api-resources-spec/#tag/Programmatic-API-Keys
18+
* **IMPORTANT WARNING:** Creating, Reading, Updating, or Deleting Atlas API Keys may expose sensitive organizational secrets to Terraform State. Consider storing sensitive API Key secrets instead via the [HashiCorp Vault MongoDB Atlas Secrets Engine](https://developer.hashicorp.com/vault/docs/secrets/mongodbatlas).
19+
20+
21+
**Depreciations:**
22+
* [`cloud_provider_snapshot`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_provider_snapshot), [`cloud_provider_snapshot_backup_policy`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_provider_snapshot_backup_policy), [`cloud_provider_snapshot_restore_job`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/cloud_provider_snapshot_restore_job), and [`private_ip_mode`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/private_ip_mode) are now deprecated and will be removed from codebase as of v1.9
23+
* NEW_RELIC and FLOWDOCK in [`third_party_integration`](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/third_party_integration#argument-reference) resource are now deprecated and will be removed from codebase as of v1.9 release
24+
25+
1.8.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.
26+
27+
28+
### Helpful Links
29+
30+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
31+
32+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
33+
34+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.
35+

0 commit comments

Comments
 (0)