Skip to content

Commit 46f2195

Browse files
modular-magicianEdward Sun
and
Edward Sun
authored
Updated maxitems for route_rule (#7589) (#14224)
Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Edward Sun <[email protected]>
1 parent 2839d0e commit 46f2195

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/7589.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
enhancement: increased the max count for `route_rule` to 200 on `google_network_services_edge_cache_service`
3+
```

google/resource_network_services_edge_cache_service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ When multiple hosts are specified, hosts are matched in the following priority:
123123
Required: true,
124124
Description: `The routeRules to match against. routeRules support advanced routing behaviour, and can match on paths, headers and query parameters, as well as status codes and HTTP methods.`,
125125
MinItems: 1,
126-
MaxItems: 64,
126+
MaxItems: 200,
127127
Elem: &schema.Resource{
128128
Schema: map[string]*schema.Schema{
129129
"match_rule": {

0 commit comments

Comments
 (0)