We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceba610 commit dac9297Copy full SHA for dac9297
internal/provider/endpoint/endpoint_schema_v1.go
@@ -71,7 +71,7 @@ func NewSchemaV1() schema.Schema {
71
"max_size_in_megabytes": schema.Int64Attribute{
72
Required: true,
73
Validators: []validator.Int64{
74
- intOneOfValues([]int64{1024, 2048, 3072, 4096, 5120}),
+ intOneOfValues([]int64{1024, 2048, 3072, 4096, 5120, 10240, 20480, 40960, 81920}),
75
},
76
77
"max_message_size_in_kilobytes": schema.Int64Attribute{
0 commit comments