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/cluster.md
+92-17Lines changed: 92 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Data source for a Redpanda Cloud cluster
25
25
-`cluster_api_url` (String) The URL of the cluster API.
26
26
-`cluster_type` (String) Cluster type. Type is immutable and can only be set on cluster creation.
27
27
-`connection_type` (String) Cluster connection type. Private clusters are not exposed to the internet. For BYOC clusters, Private is best-practice.
28
-
-`connectivity` (Attributes) Cloud provider-specific connectivity configuration. (see [below for nested schema](#nestedatt--connectivity))
29
28
-`created_at` (String) Timestamp when the cluster was created.
30
29
-`customer_managed_resources` (Attributes) Customer managed resources configuration for the cluster. (see [below for nested schema](#nestedatt--customer_managed_resources))
30
+
-`gcp_global_access_enabled` (Boolean) If true, GCP global access is enabled.
31
31
-`gcp_private_service_connect` (Attributes) GCP Private Service Connect configuration. (see [below for nested schema](#nestedatt--gcp_private_service_connect))
32
32
-`http_proxy` (Attributes) HTTP Proxy properties. (see [below for nested schema](#nestedatt--http_proxy))
33
33
-`kafka_api` (Attributes) Cluster's Kafka API properties. (see [below for nested schema](#nestedatt--kafka_api))
@@ -145,28 +145,13 @@ Read-Only:
145
145
146
146
147
147
148
-
<aid="nestedatt--connectivity"></a>
149
-
### Nested Schema for `connectivity`
150
-
151
-
Read-Only:
152
-
153
-
-`gcp` (Attributes) GCP-specific connectivity settings. (see [below for nested schema](#nestedatt--connectivity--gcp))
154
-
155
-
<aid="nestedatt--connectivity--gcp"></a>
156
-
### Nested Schema for `connectivity.gcp`
157
-
158
-
Read-Only:
159
-
160
-
-`enable_global_access` (Boolean) Whether global access is enabled.
161
-
162
-
163
-
164
148
<aid="nestedatt--customer_managed_resources"></a>
165
149
### Nested Schema for `customer_managed_resources`
166
150
167
151
Read-Only:
168
152
169
153
-`aws` (Attributes) (see [below for nested schema](#nestedatt--customer_managed_resources--aws))
154
+
-`gcp` (Attributes) (see [below for nested schema](#nestedatt--customer_managed_resources--gcp))
### Nested Schema for `customer_managed_resources.gcp`
282
+
283
+
Read-Only:
284
+
285
+
-`agent_service_account` (Attributes) GCP service account for the agent. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--agent_service_account))
286
+
-`connector_service_account` (Attributes) GCP service account for managed connectors. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--connector_service_account))
287
+
-`console_service_account` (Attributes) GCP service account for Redpanda Console. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--console_service_account))
288
+
-`gke_service_account` (Attributes) GCP service account for GCP Kubernetes Engine (GKE). (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--gke_service_account))
289
+
-`psc_nat_subnet_name` (String) NAT subnet name if GCP Private Service Connect is enabled.
290
+
-`redpanda_cluster_service_account` (Attributes) GCP service account for the Redpanda cluster. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--redpanda_cluster_service_account))
291
+
-`subnet` (Attributes) GCP subnet where Redpanda cluster is deployed. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--subnet))
292
+
-`tiered_storage_bucket` (Attributes) GCP storage bucket for Tiered storage. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--tiered_storage_bucket))
### Nested Schema for `customer_managed_resources.gcp.subnet`
336
+
337
+
Read-Only:
338
+
339
+
-`k8s_master_ipv4_range` (String) Kubernetes Master IPv4 range, e.g. 10.0.0.0/24.
340
+
-`name` (String) Subnet name.
341
+
-`secondary_ipv4_range_pods` (Attributes) Secondary IPv4 range for pods. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--subnet--secondary_ipv4_range_pods))
342
+
-`secondary_ipv4_range_services` (Attributes) Secondary IPv4 range for services. (see [below for nested schema](#nestedatt--customer_managed_resources--gcp--subnet--secondary_ipv4_range_services))
0 commit comments