Skip to content

Commit abddbd3

Browse files
Update basic GMK cluster terraform example to use auto rebalance (#13417) (#949)
[upstream:9208022c2e432ee547e41794112053ef466846a8] Signed-off-by: Modular Magician <[email protected]>
1 parent 794784c commit abddbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managedkafka_cluster_basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resource "google_managed_kafka_cluster" "example" {
1313
}
1414
}
1515
rebalance_config {
16-
mode = "NO_REBALANCE"
16+
mode = "AUTO_REBALANCE_ON_SCALE_UP"
1717
}
1818
labels = {
1919
key = "value"

0 commit comments

Comments
 (0)