Skip to content

Commit

Permalink
Relax the limit on # of master authorized networks in GKE (#3397)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
  • Loading branch information
modular-magician authored and rileykarson committed Apr 8, 2019
1 parent 238657f commit 799f738
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion google/resource_container_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ var (
Type: schema.TypeSet,
Optional: true,
Computed: true,
MaxItems: 20,
Elem: cidrBlockConfig,
},
},
Expand Down
1 change: 1 addition & 0 deletions google/resource_sql_database_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform"

sqladmin "google.golang.org/api/sqladmin/v1beta4"
)

Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/container_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 799f738

Please sign in to comment.