Skip to content

Commit 3247211

Browse files
committed
add migration guide to data source docs
1 parent d648d1e commit 3247211

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/data-sources/stream_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subcategory: "Streams"
1010

1111
## Migration to stream_workspace
1212

13-
To migrate from `mongodbatlas_stream_instance` to `mongodbatlas_stream_workspace`, update your data source configuration:
13+
To migrate from `mongodbatlas_stream_instance` to `mongodbatlas_stream_workspace`, update your data source configuration. See [Migration Guide: Stream Instance to Stream Workspace](../guides/stream-instance-to-stream-workspace-migration-guide) for step-by-step instructions and examples:
1414

1515
```terraform
1616
# New (recommended)

docs/data-sources/stream_instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subcategory: "Streams"
1010

1111
## Migration to stream_workspaces
1212

13-
To migrate from `mongodbatlas_stream_instances` to `mongodbatlas_stream_workspaces`, update your data source configuration:
13+
To migrate from `mongodbatlas_stream_instances` to `mongodbatlas_stream_workspaces`, update your data source configuration. See [Migration Guide: Stream Instance to Stream Workspace](../guides/stream-instance-to-stream-workspace-migration-guide) for step-by-step instructions and examples:
1414

1515
```terraform
1616
# New (recommended)

docs/resources/stream_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subcategory: "Streams"
1010

1111
## Migration to stream_workspace
1212

13-
`mongodbatlas_stream_instance` resources can be moved to `mongodbatlas_stream_workspace` in Terraform v2.2 and later.
13+
`mongodbatlas_stream_instance` resources can be moved to `mongodbatlas_stream_workspace` in MongoDB Atlas Provider v2.2.0 and later with Terraform v1.8 and later.
1414

1515
More information about moving resources can be found in our [Migration Guide](https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/guides/stream-instance-to-stream-workspace-migration-guide) and in the Terraform documentation [here](https://developer.hashicorp.com/terraform/language/moved) and [here](https://developer.hashicorp.com/terraform/language/modules/develop/refactoring).
1616

0 commit comments

Comments
 (0)