File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments