From 33112ebc719b66da817d52ddcecc4b6dda6fd6bd 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 --- r/container_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/container_cluster.html.markdown b/r/container_cluster.html.markdown index 90ec8c9f..76f0171f 100644 --- a/r/container_cluster.html.markdown +++ b/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