Relax the limit on # of master authorized networks in GKE (#3397)

<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
This commit is contained in:
The Magician 2019-04-08 12:57:00 -07:00 committed by Riley Karson
parent 238657f325
commit 799f7387d1
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,6 @@ var (
Type: schema.TypeSet, Type: schema.TypeSet,
Optional: true, Optional: true,
Computed: true, Computed: true,
MaxItems: 20,
Elem: cidrBlockConfig, Elem: cidrBlockConfig,
}, },
}, },

View File

@ -9,6 +9,7 @@ import (
"github.com/hashicorp/terraform/helper/acctest" "github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
sqladmin "google.golang.org/api/sqladmin/v1beta4" sqladmin "google.golang.org/api/sqladmin/v1beta4"
) )

View File

@ -445,8 +445,8 @@ This block also contains several computed attributes, documented below. If this
The `master_authorized_networks_config` block supports: The `master_authorized_networks_config` block supports:
* `cidr_blocks` - (Optional) Defines up to 20 external networks that can access * `cidr_blocks` - (Optional) External networks that can access the
Kubernetes master through HTTPS. Kubernetes cluster master through HTTPS.
The `master_authorized_networks_config.cidr_blocks` block supports: The `master_authorized_networks_config.cidr_blocks` block supports: