@@ -263,7 +263,7 @@ to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the
263
263
Optional : true ,
264
264
Description : `Describes a header to add.` ,
265
265
MinItems : 1 ,
266
- MaxItems : 5 ,
266
+ MaxItems : 25 ,
267
267
Elem : & schema.Resource {
268
268
Schema : map [string ]* schema.Schema {
269
269
"header_name" : {
@@ -290,7 +290,7 @@ to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the
290
290
Optional : true ,
291
291
Description : `A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin.` ,
292
292
MinItems : 1 ,
293
- MaxItems : 10 ,
293
+ MaxItems : 25 ,
294
294
Elem : & schema.Resource {
295
295
Schema : map [string ]* schema.Schema {
296
296
"header_name" : {
@@ -308,7 +308,7 @@ to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the
308
308
309
309
Response headers are only sent to the client, and do not have an effect on the cache serving the response.` ,
310
310
MinItems : 1 ,
311
- MaxItems : 5 ,
311
+ MaxItems : 25 ,
312
312
Elem : & schema.Resource {
313
313
Schema : map [string ]* schema.Schema {
314
314
"header_name" : {
@@ -335,7 +335,7 @@ Response headers are only sent to the client, and do not have an effect on the c
335
335
Optional : true ,
336
336
Description : `A list of header names for headers that need to be removed from the request prior to forwarding the request to the origin.` ,
337
337
MinItems : 1 ,
338
- MaxItems : 10 ,
338
+ MaxItems : 25 ,
339
339
Elem : & schema.Resource {
340
340
Schema : map [string ]* schema.Schema {
341
341
"header_name" : {
@@ -729,7 +729,7 @@ This translates to the Access-Control-Allow-Credentials response header.`,
729
729
Type : schema .TypeList ,
730
730
Optional : true ,
731
731
Description : `Specifies the content for the Access-Control-Allow-Headers response header.` ,
732
- MaxItems : 5 ,
732
+ MaxItems : 25 ,
733
733
Elem : & schema.Schema {
734
734
Type : schema .TypeString ,
735
735
},
@@ -763,7 +763,7 @@ This translates to the Access-Control-Allow-Origin response header.`,
763
763
Type : schema .TypeList ,
764
764
Optional : true ,
765
765
Description : `Specifies the content for the Access-Control-Allow-Headers response header.` ,
766
- MaxItems : 5 ,
766
+ MaxItems : 25 ,
767
767
Elem : & schema.Schema {
768
768
Type : schema .TypeString ,
769
769
},
0 commit comments