We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb73b commit b180e73Copy full SHA for b180e73
terraform/crater/main.tf
@@ -54,18 +54,18 @@ locals {
54
"us-central1-n2d" = {
55
region = "us-central1",
56
instance_type = "n2d-highcpu-16",
57
- count = 24,
+ count = 26,
58
},
59
"us-east1-n2d" = {
60
region = "us-east5",
61
62
// Current max capacity - 5 instances, 80 cores
63
- count = 1,
+ count = 5,
64
65
"us-central1-c2d" = {
66
67
instance_type = "c2d-highcpu-8",
68
- count = 20,
+ count = 22,
69
70
}
71
0 commit comments