Skip to content

Commit

Permalink
update host_rule max number (#7536) (#14112)
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 Mar 28, 2023
1 parent 76bc4b7 commit 2a66426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/7536.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
networkservice: updated the max number of `host_rule` on `google_network_services_edge_cache_service`
```
2 changes: 1 addition & 1 deletion google/resource_network_services_edge_cache_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and all following characters must be a dash, underscore, letter or digit.`,
Required: true,
Description: `The list of hostRules to match against. These rules define which hostnames the EdgeCacheService will match against, and which route configurations apply.`,
MinItems: 1,
MaxItems: 5,
MaxItems: 10,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"hosts": {
Expand Down

0 comments on commit 2a66426

Please sign in to comment.