Skip to content

Commit 756e1df

Browse files
committed
feat: update AKU specifications
1 parent 668fe1a commit 756e1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/resource_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (r *KafkaInstanceResource) Schema(ctx context.Context, req resource.SchemaR
100100
Required: true,
101101
Description: "AutoMQ defines AKU (AutoMQ Kafka Unit) to measure the scale of the cluster. Each AKU provides 20 MiB/s of read/write throughput. For more details on AKU, please refer to the [documentation](https://docs.automq.com/automq-cloud/subscriptions-and-billings/byoc-env-billings/billing-instructions-for-byoc#indicator-constraints). The currently supported AKU specifications are 6, 8, 10, 12, 14, 16, 18, 20, 22, and 24. If an invalid AKU value is set, the instance cannot be created.",
102102
Validators: []validator.Int64{
103-
int64validator.Between(3, 24),
103+
int64validator.Between(3, 500),
104104
},
105105
},
106106
"networks": schema.ListNestedAttribute{

0 commit comments

Comments
 (0)