diff --git a/google-beta/resource_container_cluster.go b/google-beta/resource_container_cluster.go index 03cf3b971d..fa113dfdfc 100644 --- a/google-beta/resource_container_cluster.go +++ b/google-beta/resource_container_cluster.go @@ -24,7 +24,6 @@ var ( Type: schema.TypeSet, Optional: true, Computed: true, - MaxItems: 20, Elem: cidrBlockConfig, }, }, diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index eb9cb57a8a..b27a337085 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -445,8 +445,8 @@ This block also contains several computed attributes, documented below. If this The `master_authorized_networks_config` block supports: -* `cidr_blocks` - (Optional) Defines up to 20 external networks that can access - Kubernetes master through HTTPS. +* `cidr_blocks` - (Optional) External networks that can access the + Kubernetes cluster master through HTTPS. The `master_authorized_networks_config.cidr_blocks` block supports: