Skip to content

Commit 136c5e6

Browse files
add nested virtualization, boot disk size, and pool size to boost (#10864)
[upstream:daa35c8bc1d58207ded0c4fa431121a9c5058a26] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 865edc2 commit 136c5e6

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

website/docs/r/workstations_workstation_config.html.markdown

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,11 @@ resource "google_workstations_workstation_config" "default" {
465465
}
466466
}
467467
boost_configs {
468-
id = "boost-1"
469-
machine_type = "e2-standard-2"
468+
id = "boost-2"
469+
machine_type = "n1-standard-2"
470+
pool_size = 2
471+
boot_disk_size_gb = 30
472+
enable_nested_virtualization = true
470473
}
471474
}
472475
}
@@ -766,6 +769,19 @@ The following arguments are supported:
766769
(Optional)
767770
The type of machine that boosted VM instances will use—for example, e2-standard-4. For more information about machine types that Cloud Workstations supports, see the list of available machine types https://cloud.google.com/workstations/docs/available-machine-types. Defaults to e2-standard-4.
768771

772+
* `boot_disk_size_gb` -
773+
(Optional)
774+
Size of the boot disk in GB. The minimum boot disk size is `30` GB. Defaults to `50` GB.
775+
776+
* `enable_nested_virtualization` -
777+
(Optional)
778+
Whether to enable nested virtualization on the Compute Engine VMs backing boosted Workstations.
779+
See https://cloud.google.com/workstations/docs/reference/rest/v1beta/projects.locations.workstationClusters.workstationConfigs#GceInstance.FIELDS.enable_nested_virtualization
780+
781+
* `pool_size` -
782+
(Optional)
783+
Number of instances to pool for faster workstation boosting.
784+
769785
* `accelerators` -
770786
(Optional)
771787
An accelerator card attached to the boost instance.

0 commit comments

Comments
 (0)