Skip to content

Commit

Permalink
cloud app armor: Maximum number of src_ip_ranges is 10 (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
redbaron authored May 15, 2020
1 parent 11b8d2f commit 1ba53cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func resourceComputeSecurityPolicy() *schema.Resource {
Type: schema.TypeSet,
Required: true,
MinItems: 1,
MaxItems: 5,
MaxItems: 10,
Elem: &schema.Schema{Type: schema.TypeString},
},
},
Expand Down

0 comments on commit 1ba53cf

Please sign in to comment.