Skip to content

Commit 1c887ec

Browse files
committed
docs: update with new fields
1 parent aa00d7f commit 1c887ec

File tree

2 files changed

+93
-17
lines changed

2 files changed

+93
-17
lines changed

docs/data-sources/cluster.md

Lines changed: 92 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Data source for a Redpanda Cloud cluster
2525
- `cluster_api_url` (String) The URL of the cluster API.
2626
- `cluster_type` (String) Cluster type. Type is immutable and can only be set on cluster creation.
2727
- `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))
2928
- `created_at` (String) Timestamp when the cluster was created.
3029
- `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.
3131
- `gcp_private_service_connect` (Attributes) GCP Private Service Connect configuration. (see [below for nested schema](#nestedatt--gcp_private_service_connect))
3232
- `http_proxy` (Attributes) HTTP Proxy properties. (see [below for nested schema](#nestedatt--http_proxy))
3333
- `kafka_api` (Attributes) Cluster's Kafka API properties. (see [below for nested schema](#nestedatt--kafka_api))
@@ -145,28 +145,13 @@ Read-Only:
145145

146146

147147

148-
<a id="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-
<a id="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-
164148
<a id="nestedatt--customer_managed_resources"></a>
165149
### Nested Schema for `customer_managed_resources`
166150

167151
Read-Only:
168152

169153
- `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))
170155

171156
<a id="nestedatt--customer_managed_resources--aws"></a>
172157
### Nested Schema for `customer_managed_resources.aws`
@@ -292,6 +277,96 @@ Read-Only:
292277

293278

294279

280+
<a id="nestedatt--customer_managed_resources--gcp"></a>
281+
### 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))
293+
294+
<a id="nestedatt--customer_managed_resources--gcp--agent_service_account"></a>
295+
### Nested Schema for `customer_managed_resources.gcp.agent_service_account`
296+
297+
Read-Only:
298+
299+
- `email` (String) GCP service account email.
300+
301+
302+
<a id="nestedatt--customer_managed_resources--gcp--connector_service_account"></a>
303+
### Nested Schema for `customer_managed_resources.gcp.connector_service_account`
304+
305+
Read-Only:
306+
307+
- `email` (String) GCP service account email.
308+
309+
310+
<a id="nestedatt--customer_managed_resources--gcp--console_service_account"></a>
311+
### Nested Schema for `customer_managed_resources.gcp.console_service_account`
312+
313+
Read-Only:
314+
315+
- `email` (String) GCP service account email.
316+
317+
318+
<a id="nestedatt--customer_managed_resources--gcp--gke_service_account"></a>
319+
### Nested Schema for `customer_managed_resources.gcp.gke_service_account`
320+
321+
Read-Only:
322+
323+
- `email` (String) GCP service account email.
324+
325+
326+
<a id="nestedatt--customer_managed_resources--gcp--redpanda_cluster_service_account"></a>
327+
### Nested Schema for `customer_managed_resources.gcp.redpanda_cluster_service_account`
328+
329+
Read-Only:
330+
331+
- `email` (String) GCP service account email.
332+
333+
334+
<a id="nestedatt--customer_managed_resources--gcp--subnet"></a>
335+
### 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))
343+
344+
<a id="nestedatt--customer_managed_resources--gcp--subnet--secondary_ipv4_range_pods"></a>
345+
### Nested Schema for `customer_managed_resources.gcp.subnet.secondary_ipv4_range_pods`
346+
347+
Read-Only:
348+
349+
- `name` (String) Secondary IPv4 range name for pods.
350+
351+
352+
<a id="nestedatt--customer_managed_resources--gcp--subnet--secondary_ipv4_range_services"></a>
353+
### Nested Schema for `customer_managed_resources.gcp.subnet.secondary_ipv4_range_services`
354+
355+
Read-Only:
356+
357+
- `name` (String) Secondary IPv4 range name for services.
358+
359+
360+
361+
<a id="nestedatt--customer_managed_resources--gcp--tiered_storage_bucket"></a>
362+
### Nested Schema for `customer_managed_resources.gcp.tiered_storage_bucket`
363+
364+
Read-Only:
365+
366+
- `name` (String) GCP storage bucket name.
367+
368+
369+
295370

296371
<a id="nestedatt--gcp_private_service_connect"></a>
297372
### Nested Schema for `gcp_private_service_connect`

docs/resources/cluster.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1539,6 +1539,7 @@ module "redpanda_gcp" {
15391539
force_destroy_mgmt_bucket = var.environment == "dev" ? true : false
15401540
force_destroy_cloud_storage_bucket = var.environment == "dev" ? true : false
15411541
network_project_id = var.project_id
1542+
force_destroy_cloud_storage_bucket = var.environment == "dev" ? true : false
15421543
}
15431544
15441545
# Redpanda resource group

0 commit comments

Comments
 (0)