diff --git a/third_party/terraform/resources/resource_compute_security_policy.go.erb b/third_party/terraform/resources/resource_compute_security_policy.go.erb index b552b537f6e9..bfd334caadac 100644 --- a/third_party/terraform/resources/resource_compute_security_policy.go.erb +++ b/third_party/terraform/resources/resource_compute_security_policy.go.erb @@ -90,7 +90,7 @@ func resourceComputeSecurityPolicy() *schema.Resource { MinItems: 1, MaxItems: 10, Elem: &schema.Schema{Type: schema.TypeString}, - Description: `Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic. There is a limit of 5 IP ranges per rule. A value of '*' matches all IPs (can be used to override the default behavior).`, + Description: `Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of '*' matches all IPs (can be used to override the default behavior).`, }, }, }, diff --git a/third_party/terraform/website/docs/r/compute_security_policy.html.markdown b/third_party/terraform/website/docs/r/compute_security_policy.html.markdown index fb47cd2dd9b3..31cab8c8c2f7 100644 --- a/third_party/terraform/website/docs/r/compute_security_policy.html.markdown +++ b/third_party/terraform/website/docs/r/compute_security_policy.html.markdown @@ -98,7 +98,7 @@ The `match` block supports: The `config` block supports: * `src_ip_ranges` - (Required) Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation - to match against inbound traffic. There is a limit of 5 IP ranges per rule. A value of '\*' matches all IPs + to match against inbound traffic. There is a limit of 10 IP ranges per rule. A value of '\*' matches all IPs (can be used to override the default behavior). The `expr` block supports: