This repository was archived by the owner on Apr 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,12 +41,18 @@ resource "google_compute_router_nat" "nat" {
4141}
4242
4343resource "google_compute_instance_template" "runner" {
44+ disk {
45+ disk_size_gb = 14 + 4
46+ disk_type = " hyperdisk-balanced"
47+ provisioned_iops = 3000
48+ provisioned_throughput = 140
49+ source_image = " projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-amd64"
50+ }
51+
4452 machine_type = var. machine_type
4553
46- disk {
47- disk_size_gb = 14 + 4
48- disk_type = " pd-standard"
49- source_image = " projects/ubuntu-os-cloud/global/images/family/ubuntu-minimal-2404-lts-amd64"
54+ advanced_machine_features {
55+ enable_nested_virtualization = true
5056 }
5157
5258 metadata = {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variable "domain" {
88}
99
1010variable "machine_type" {
11- default = " n2d -standard-4"
11+ default = " n4 -standard-4"
1212}
1313
1414variable "region" {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ variable "domain" {
88}
99
1010variable "machine_type" {
11- default = " n2d -standard-4"
11+ default = " n4 -standard-4"
1212}
1313
1414variable "project" {
You can’t perform that action at this time.
0 commit comments