google container_cluster master_auth should be optional (#14630)

This commit is contained in:
David Radcliffe 2017-05-31 15:43:31 -04:00 committed by Dana Hoffman
parent 71c008b5ac
commit ee09a26b95

View File

@ -49,9 +49,6 @@ resource "google_container_cluster" "primary" {
* `initial_node_count` - (Required) The number of nodes to create in this
cluster (not including the Kubernetes master).
* `master_auth` - (Required) The authentication information for accessing the
Kubernetes master.
* `name` - (Required) The name of the cluster, unique within the project and
zone.
@ -59,6 +56,9 @@ resource "google_container_cluster" "primary" {
in `initial_node_count` should be created in.
- - -
* `master_auth` - (Optional) The authentication information for accessing the
Kubernetes master.
* `additional_zones` - (Optional) If additional zones are configured, the number
of nodes specified in `initial_node_count` is created in all specified zones.