File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
third_party/terraform/services/managedkafka Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ properties:
154154 description : " Capacity configuration at a per-broker level within the Kafka cluster. The config will be appled to each broker in the cluster."
155155 ignore_read : true
156156 properties :
157- - name : ' diskSizeGb '
157+ - name : ' diskSizeGib '
158158 type : String
159- description : " The disk to provision for each broker in Gigabytes . Minimum: 100 GB ."
159+ description : " The disk to provision for each broker in Gibibytes . Minimum: 100 GiB ."
160160 - name : ' rebalanceConfig'
161161 type : NestedObject
162162 description : " Defines rebalancing behavior of a Kafka cluster."
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ resource "google_managed_kafka_cluster" "example" {
8989 memory_bytes = 4512135122
9090 }
9191 broker_capacity_config {
92- disk_size_gb = 1500
92+ disk_size_gib = 1500
9393 }
9494 gcp_config {
9595 access_config {
You can’t perform that action at this time.
0 commit comments