From 206278bac07671e3bbdc44c4e13f7368d4a5fcfe Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Sat, 11 Jul 2015 19:33:45 +0100 Subject: [PATCH] google: Update google_container_cluster attribute docs according to reality --- .../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 90ec8c9f67..76f0171f96 100644 --- a/website/source/docs/providers/google/r/container_cluster.html.markdown +++ b/website/source/docs/providers/google/r/container_cluster.html.markdown @@ -52,7 +52,7 @@ resource "google_container_cluster" "primary" { * `machine_type` - (Optional) The name of a Google Compute Engine machine type. Defaults to `n1-standard-1`. -* `disk_size_in_gb` - (Optional) Size of the disk attached to each node, specified in GB. +* `disk_size_gb` - (Optional) Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. Defaults to 100GB. * `oauth_scopes` - (Optional) The set of Google API scopes to be made available on all of the node VMs under the "default" service account. The following scopes are necessary