Skip to content

Commit 206278b

Browse files
committed
google: Update google_container_cluster attribute docs according to reality
1 parent 1240592 commit 206278b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/providers/google/r/container_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "google_container_cluster" "primary" {
5252

5353
* `machine_type` - (Optional) The name of a Google Compute Engine machine type.
5454
Defaults to `n1-standard-1`.
55-
* `disk_size_in_gb` - (Optional) Size of the disk attached to each node, specified in GB.
55+
* `disk_size_gb` - (Optional) Size of the disk attached to each node, specified in GB.
5656
The smallest allowed disk size is 10GB. Defaults to 100GB.
5757
* `oauth_scopes` - (Optional) The set of Google API scopes to be made available on all
5858
of the node VMs under the "default" service account. The following scopes are necessary

0 commit comments

Comments
 (0)