We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce56d4 commit 87b7efeCopy full SHA for 87b7efe
2 files changed
terraform/modules/blc/main.tf
@@ -56,7 +56,7 @@ resource "google_compute_instance_template" "blc" {
56
57
disk {
58
source_image = var.boot_image
59
- disk_type = "pd-ssd"
+ disk_type = "pd-balanced"
60
auto_delete = true
61
boot = true
62
disk_size_gb = 20
terraform/modules/tor/main.tf
@@ -51,7 +51,7 @@ resource "google_compute_instance_template" "tor" {
51
52
53
54
+ disk_type = "pd-standard"
55
device_name = "boot"
disk_size_gb = "20"
}
0 commit comments