Skip to content

Commit c7483d0

Browse files
micheleRPpaulohtb6
andauthored
DOC-1577 add warning to not modify throughput_tier (#387)
* DOC-1577 add warning to not modify throughput_tier * edit warning, per review comments * Update modules/manage/pages/terraform-provider.adoc Co-authored-by: Paulo Borges <[email protected]> --------- Co-authored-by: Paulo Borges <[email protected]>
1 parent 132c8e5 commit c7483d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/manage/pages/terraform-provider.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ The following functionality is supported in the Cloud API but not in the Redpand
9595
* Kafka Connect
9696
* Redpanda Connect
9797

98+
99+
[WARNING]
100+
====
101+
Do not modify `throughput_tier` after it is set. When `allow_deletion` is set to `true`, modifying `throughput_tier` forces replacement of the cluster: Terraform will destroy the existing cluster and create a new one, causing data loss.
102+
====
103+
98104
== Prerequisites
99105

100106
. Install at least version 1.0.0 of Terraform using the https://learn.hashicorp.com/tutorials/terraform/install-cli[official guide^].
@@ -255,7 +261,7 @@ resource "redpanda_cluster" "test" {
255261

256262
=== Create a Dedicated cluster
257263

258-
A Dedicated cluster is fully managed by Redpanda and ensures consistent performance. This example provisions a cluster on AWS with specific zones and throughput tiers.
264+
A Dedicated cluster is fully managed by Redpanda and ensures consistent performance. This example provisions a cluster on AWS with specific zones and usage tiers.
259265

260266
[source,hcl]
261267
----

0 commit comments

Comments
 (0)