You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/stream_connection.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ data "mongodbatlas_stream_connection" "example" {
26
26
27
27
*`project_id` - (Required) Unique 24-hexadecimal digit string that identifies your project.
28
28
*`instance_name` - (Required) Human-readable label that identifies the stream instance.
29
-
*`connection_name` - (Required) Human-readable label that identifies the stream connection.
29
+
*`connection_name` - (Required) Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
30
30
31
31
## Attributes Reference
32
32
33
-
*`type` - Type of connection. Can be either `Cluster`or `Kafka`.
33
+
*`type` - Type of connection. Can be either `Cluster`, `Kafka`or `Sample`.
34
34
35
35
If `type` is of value `Cluster` the following additional attributes are defined:
36
36
*`cluster_name` - Name of the cluster configured for this connection.
Copy file name to clipboardExpand all lines: website/docs/d/stream_connections.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ In addition to all arguments above, it also exports the following attributes:
41
41
42
42
*`project_id` - Unique 24-hexadecimal digit string that identifies your project.
43
43
*`instance_name` - Human-readable label that identifies the stream instance.
44
-
*`connection_name` - Human-readable label that identifies the stream connection.
45
-
*`type` - Type of connection. Can be either `Cluster`or `Kafka`.
44
+
*`connection_name` - Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
45
+
*`type` - Type of connection. Can be either `Cluster`, `Kafka`or `Sample`.
46
46
47
47
If `type` is of value `Cluster` the following additional attributes are defined:
48
48
*`cluster_name` - Name of the cluster configured for this connection.
*`project_id` - (Required) Unique 24-hexadecimal digit string that identifies your project.
82
82
*`instance_name` - (Required) Human-readable label that identifies the stream instance.
83
-
*`connection_name` - (Required) Human-readable label that identifies the stream connection.
84
-
*`type` - (Required) Type of connection. Can be either `Cluster`or `Kafka`.
83
+
*`connection_name` - (Required) Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
84
+
*`type` - (Required) Type of connection. Can be either `Cluster`, `Kafka`or `Sample`.
85
85
86
86
If `type` is of value `Cluster` the following additional arguments are defined:
87
87
*`cluster_name` - Name of the cluster configured for this connection.
0 commit comments