From a8f45ac52165dda648c70046eab037db5241c437 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Mon, 20 Mar 2017 16:40:18 -0700 Subject: [PATCH] provider/google: Document new NodeConfig fields. --- .../providers/google/r/container_cluster.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/providers/google/r/container_cluster.html.markdown b/website/source/docs/providers/google/r/container_cluster.html.markdown index 9375319a6..a4d659665 100644 --- a/website/source/docs/providers/google/r/container_cluster.html.markdown +++ b/website/source/docs/providers/google/r/container_cluster.html.markdown @@ -121,6 +121,14 @@ which the cluster's instances are launched * `monitoring` (`https://www.googleapis.com/auth/monitoring`), if `monitoring_service` points to Google +* `service_account` - (Optional) The service account to be used by the Node VMs. + If not specified, the "default" service account is used. + +* `metadata` - (Optional) The metadata key/value pairs assigned to instances in + the cluster. + +* `image_type` - (Optional) The image type to use for this node. + **Addons Config** supports the following addons: * `http_load_balancing` - (Optional) The status of the HTTP Load Balancing