From 1fb41229de781ef11153ad7696a4ec5796532c11 Mon Sep 17 00:00:00 2001 From: Ruslan S Date: Fri, 24 May 2024 06:32:08 +0800 Subject: [PATCH] Add `hyperdisk` to compute_instance_template.html.markdown (#10737) --- .../website/docs/r/compute_instance_template.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown b/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown index 02fab45ef006..7b056c20e8ff 100644 --- a/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown @@ -434,7 +434,7 @@ The following arguments are supported: ~> **Note:** Either `source`, `source_image`, or `source_snapshot` is **required** in a disk block unless the disk type is `local-ssd`. Check the API [docs](https://cloud.google.com/compute/docs/reference/rest/v1/instanceTemplates/insert) for details. * `disk_type` - (Optional) The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`, - `"pd-balanced"` or `"pd-standard"`. + `"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`. * `disk_size_gb` - (Optional) The size of the image in gigabytes. If not specified, it will inherit the size of its base image. For SCRATCH disks,