Skip to content

Commit dac9297

Browse files
authored
add all possible queue sizes (#56)
1 parent ceba610 commit dac9297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/endpoint/endpoint_schema_v1.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func NewSchemaV1() schema.Schema {
7171
"max_size_in_megabytes": schema.Int64Attribute{
7272
Required: true,
7373
Validators: []validator.Int64{
74-
intOneOfValues([]int64{1024, 2048, 3072, 4096, 5120}),
74+
intOneOfValues([]int64{1024, 2048, 3072, 4096, 5120, 10240, 20480, 40960, 81920}),
7575
},
7676
},
7777
"max_message_size_in_kilobytes": schema.Int64Attribute{

0 commit comments

Comments
 (0)