Skip to content

Commit eb78101

Browse files
Fix default disk type in docs (#14096) (#10094)
[upstream:cf4c8b6f0d9d7133e33f5f17ea77d220663eb07f] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent a09a5b5 commit eb78101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/container_cluster.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ The `master_authorized_networks_config.cidr_blocks` block supports:
871871
in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
872872

873873
* `disk_type` - (Optional) Type of the disk attached to each node
874-
(e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
874+
(e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-balanced'
875875

876876
* `enable_confidential_storage` - (Optional) Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
877877

0 commit comments

Comments
 (0)