We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1240592 commit 206278bCopy full SHA for 206278b
1 file changed
website/source/docs/providers/google/r/container_cluster.html.markdown
@@ -52,7 +52,7 @@ resource "google_container_cluster" "primary" {
52
53
* `machine_type` - (Optional) The name of a Google Compute Engine machine type.
54
Defaults to `n1-standard-1`.
55
-* `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.
56
The smallest allowed disk size is 10GB. Defaults to 100GB.
57
* `oauth_scopes` - (Optional) The set of Google API scopes to be made available on all
58
of the node VMs under the "default" service account. The following scopes are necessary
0 commit comments