From cae6144f560c2ca470c127d08c5a988d29471d94 Mon Sep 17 00:00:00 2001 From: Modular Magician Date: Wed, 5 Apr 2023 16:25:30 +0000 Subject: [PATCH] Updated maxitems for route_rule (#7589) Co-authored-by: Edward Sun Signed-off-by: Modular Magician --- .changelog/7589.txt | 3 +++ google/resource_network_services_edge_cache_service.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changelog/7589.txt diff --git a/.changelog/7589.txt b/.changelog/7589.txt new file mode 100644 index 00000000000..8bda152a616 --- /dev/null +++ b/.changelog/7589.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +enhancement: increased the max count for `route_rule` to 200 on `google_network_services_edge_cache_service` +``` diff --git a/google/resource_network_services_edge_cache_service.go b/google/resource_network_services_edge_cache_service.go index 8490835bfbe..c28a3be4b74 100644 --- a/google/resource_network_services_edge_cache_service.go +++ b/google/resource_network_services_edge_cache_service.go @@ -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": {