Skip to content

Commit

Permalink
Updated maxitems for route_rule (#7589) (#5433)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
Co-authored-by: Edward Sun <[email protected]>
  • Loading branch information
modular-magician and Edward Sun authored Apr 5, 2023
1 parent 522f613 commit efdadc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/7589.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
enhancement: increased the max count for `route_rule` to 200 on `google_network_services_edge_cache_service`
```
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ When multiple hosts are specified, hosts are matched in the following priority:
Required: true,
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.`,
MinItems: 1,
MaxItems: 64,
MaxItems: 200,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"match_rule": {
Expand Down

0 comments on commit efdadc0

Please sign in to comment.