Merge pull request #1733 from rtoma/master_auth_networks_20

Increase max number of master_authorized_networks to 20, per GKE docs.
This commit is contained in:
Paddy 2018-07-06 05:12:57 -07:00 committed by GitHub
commit 0c4a5dde50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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