From 82e502359c3d9118d2c982f146c3aefe027b285f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sat, 5 Dec 2015 16:51:05 -0500 Subject: [PATCH] Fix minor spacing inconsistency --- .../docs/providers/google/r/container_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5a66ec9aa..b2db4bedf 100644 --- a/website/source/docs/providers/google/r/container_cluster.html.markdown +++ b/website/source/docs/providers/google/r/container_cluster.html.markdown @@ -41,7 +41,7 @@ resource "google_container_cluster" "primary" { * `monitoring_service` - (Optional) The monitoring service that the cluster should write metrics to. Available options include `monitoring.googleapis.com` and `none`. Defaults to `monitoring.googleapis.com` * `network` - (Optional) The name of the Google Compute Engine network to which the cluster is connected -* `node_config` - (Optional)The machine type and image to use for all nodes in this cluster +* `node_config` - (Optional) The machine type and image to use for all nodes in this cluster **Master Auth** supports the following arguments: