Skip to content

Commit

Permalink
fix maxItems.
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Aug 16, 2023
1 parent dc397a8 commit 56be65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpa/resource_zpa_policy_access_rule_reorder.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourcePolicyAccessRuleReorder() *schema.Resource {
Type: schema.TypeSet,
Required: true,
Description: "List of rules and their orders",
MaxItems: 1000,
MaxItems: 2000,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"id": {
Expand Down

0 comments on commit 56be65e

Please sign in to comment.