Skip to content

Commit 4f46262

Browse files
oarbusilantolijwilliams-mongo
authored
doc: Upgrade guide for v1.26.0 (#2992)
* 1.26 guide * add mongodbatlas_search_index doc * update search_index guide * update search_index doc * Update docs/guides/1.26.0-upgrade-guide.md Co-authored-by: John Williams <[email protected]> * Update docs/guides/1.26.0-upgrade-guide.md Co-authored-by: John Williams <[email protected]> * Update docs/guides/1.26.0-upgrade-guide.md Co-authored-by: John Williams <[email protected]> --------- Co-authored-by: Leo Antoli <[email protected]> Co-authored-by: John Williams <[email protected]>
1 parent 87a3f90 commit 4f46262

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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.26.0"
3+
---
4+
5+
# MongoDB Atlas Provider 1.26.0: Upgrade and Information Guide
6+
7+
The Terraform MongoDB Atlas Provider version 1.26.0 has a number of new and exciting features.
8+
9+
## New Resources, Data Sources, and Features
10+
11+
- You can now manage AWS Privatelink connections to AWS Confluent using the new `mongodbatlas_stream_privatelink_endpoint` resource and corresponding data sources. To learn more, please review the [mongodbatlas_stream_privatelink_endpoint](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_privatelink_endpoint) resource documentation.
12+
- You can now use AWS Privatelinks created with the `mongodbatlas_stream_privatelink_endpoint` resource as the Networking Access Type of a Kafka Stream Connection `mongodbatlas_stream_connection` resource. To learn more, see the [mongodbatlas_stream_connection](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/stream_connection#networking) resource documentation.
13+
- You can now disable a Backup compliance policy by deleting the `mongodbatlas_backup_compliance_policy` resource. To learn more, see the [mongodbatlas_backup_compliance_policy](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/resources/backup_compliance_policy) resource documentation.
14+
15+
## Breaking Changes
16+
17+
- Due to recent updates in the API, `mongodbatlas_search_index` will now require target collections to exist before index creation.
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.

docs/resources/search_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ analyzers = <<-EOF
144144
EOF
145145
```
146146

147-
* `collection_name` - (Required) Name of the collection the index is on.
147+
* `collection_name` - (Required) Name of the collection the index is on. **NOTE:** The collection must exist before creating the index.
148148

149149
* `database` - (Required) Name of the database the collection is in.
150150

0 commit comments

Comments
 (0)