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: docs/data-sources/cloud_environment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ description: |-
27
27
-`id` (String) The ID of this resource.
28
28
-`network` (List of Object) (see [below for nested schema](#nestedatt--network))
29
29
-`private_service_ids` (List of String) The private service ids are ids are service names of PrivateLink in AWS, the ids of Private Service Attachment in GCP, and the aliases of PrivateLinkService in Azure.
30
-
-`region` (String) The region of the cloud environment
30
+
-`region` (String) The region of the cloud environment, for Azure, it should be the resource group name
Copy file name to clipboardExpand all lines: docs/data-sources/pulsar_cluster.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ description: |-
25
25
-`bookie_replicas` (Number) The number of bookie replicas
26
26
-`bookkeeper_version` (String) The version of the bookkeeper cluster
27
27
-`broker_replicas` (Number) The number of broker replicas
28
-
-`compute_unit` (Number) compute unit, 1 compute unit is 2 cpu and 8gb memory
28
+
-`compute_unit` (Number, Deprecated) compute unit per broker, 1 compute unit is 2 cpu and 8gb memory
29
+
-`compute_unit_per_broker` (Number) compute unit per broker, 1 compute unit is 2 cpu and 8gb memory
29
30
-`config` (List of Object) (see [below for nested schema](#nestedatt--config))
30
31
-`http_tls_service_url` (String) The service url of the pulsar cluster, use it to management the pulsar cluster.
31
32
-`http_tls_service_urls` (List of String) The service url of the pulsar cluster, use it to management the pulsar cluster. There'll be multiple service urls if the cluster attached with multiple gateways
@@ -41,7 +42,8 @@ description: |-
41
42
-`pulsar_version` (String) The version of the pulsar cluster
42
43
-`ready` (String) Pulsar cluster is ready, it will be set to 'True' after the cluster is ready
43
44
-`release_channel` (String) The release channel of the pulsar cluster subscribe to, it must to be lts or rapid, default rapid
44
-
-`storage_unit` (Number) storage unit, 1 storage unit is 2 cpu and 8gb memory
45
+
-`storage_unit` (Number, Deprecated) storage unit per bookie, 1 storage unit is 2 cpu and 8gb memory
46
+
-`storage_unit_per_broker` (Number) storage unit per bookie, 1 storage unit is 2 cpu and 8gb memory
45
47
-`type` (String) The streamnative cloud instance type, supporting 'serverless', 'dedicated', 'byoc' and 'byoc-pro'
46
48
-`websocket_service_url` (String) If you want to connect to the pulsar cluster using the websocket protocol, use this websocket service url.
47
49
-`websocket_service_urls` (List of String) If you want to connect to the pulsar cluster using the websocket protocol, use this websocket service url. There'll be multiple service urls if the cluster attached with multiple gateways
0 commit comments