File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
examples/mongodbatlas_stream_connection Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:enhancement
2
+ resource/mongodbatlas_stream_connection: Adds workspace_name field as alias for instance_name.
3
+ ```
4
+
5
+ ```release-note:enhancement
6
+ data-source/mongodbatlas_stream_connection: Adds support for GCP as a Cloud Provider.
7
+ ```
8
+
9
+ ```release-note:enhancement
10
+ data-source/mongodbatlas_stream_connections: Adds support for GCP as a Cloud Provider.
11
+ ```
Original file line number Diff line number Diff line change 1
1
resource "mongodbatlas_stream_instance" "example" {
2
2
project_id = var. project_id
3
- workspace_name = " WorkspaceName "
3
+ instance_name = " InstanceName "
4
4
data_process_region = {
5
5
region = " VIRGINIA_USA"
6
6
cloud_provider = " AWS"
@@ -140,7 +140,7 @@ data "mongodbatlas_stream_connection" "example-kafka-ssl" {
140
140
}
141
141
142
142
data "mongodbatlas_stream_connections" "example" {
143
- project_id = var. project_id
143
+ project_id = var. project_id
144
144
workspace_name = mongodbatlas_stream_instance. example . instance_name
145
145
}
146
146
You can’t perform that action at this time.
0 commit comments