Skip to content

Commit fdba9ef

Browse files
doc: Adds upgrade guide for MongoDB Atlas Provider 1.30.0 (#3188)
* docs: Add upgrade guide for MongoDB Atlas Provider 1.30.0 * doc: Adds AWS MSK to upgrade guide * doc: Apply suggestions * Update docs/guides/1.30.0-upgrade-guide.md Co-authored-by: davidhou17 <[email protected]> --------- Co-authored-by: davidhou17 <[email protected]>
1 parent c1264af commit fdba9ef

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
page_title: "Upgrade Guide 1.30.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.30.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.30.0 has a number of new and exciting features.
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- You can now use `Https` connections with the `mongodbatlas_stream_connection` resource. To learn more, see the [mongodbatlas_stream_connection](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_connection) resource documentation.
12+
13+
- `mongodbatlas_stream_privatelink_endpoint` now supports [Amazon Managed Streaming for Apache Kafka](https://aws.amazon.com/msk/) (AWS MSK). New `error_message`, `interface_endpoint_name`, and `provider_account_id` attributes have also been added. To learn more, see the [mongodbatlas_stream_privatelink_endpoint](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_privatelink_endpoint) resource documentation.
14+
15+
- `mongodbatlas_cloud_backup_snapshot` now supports `timeouts` attribute for the create operation.
16+
17+
1.30.0 also includes general improvements, bug fixes, and several key documentation updates. See the [CHANGELOG](https://github.com/mongodb/terraform-provider-mongodbatlas/blob/master/CHANGELOG.md) for more information.
18+
19+
## Helpful Links
20+
21+
* [Report bugs](https://github.com/mongodb/terraform-provider-mongodbatlas/issues)
22+
23+
* [Request Features](https://feedback.mongodb.com/forums/924145-atlas?category_id=370723)
24+
25+
* [Contact Support](https://docs.atlas.mongodb.com/support/) covered by MongoDB Atlas support plans, Developer and above.

0 commit comments

Comments
 (0)