Skip to content

Commit 370ecc2

Browse files
authored
Add c2d machines to validMachineTypes (#195)
1 parent 44d1811 commit 370ecc2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

rules/utils.go

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,27 @@ var validMachineTypes = map[string]bool{
119119
"c2-standard-16": true,
120120
"c2-standard-30": true,
121121
"c2-standard-60": true,
122+
"c2d-standard-2": true,
123+
"c2d-standard-4": true,
124+
"c2d-standard-8": true,
125+
"c2d-standard-16": true,
126+
"c2d-standard-32": true,
127+
"c2d-standard-56": true,
128+
"c2d-standard-112": true,
129+
"c2d-highmem-2": true,
130+
"c2d-highmem-4": true,
131+
"c2d-highmem-8": true,
132+
"c2d-highmem-16": true,
133+
"c2d-highmem-32": true,
134+
"c2d-highmem-56": true,
135+
"c2d-highmem-112": true,
136+
"c2d-highcpu-2": true,
137+
"c2d-highcpu-4": true,
138+
"c2d-highcpu-8": true,
139+
"c2d-highcpu-16": true,
140+
"c2d-highcpu-32": true,
141+
"c2d-highcpu-56": true,
142+
"c2d-highcpu-112": true,
122143
"m2-ultramem-208": true,
123144
"m2-ultramem-416": true,
124145
"m2-megamem-416": true,

0 commit comments

Comments
 (0)