Skip to content

Commit 7be06de

Browse files
authored
Add c4d machines to validMachineTypes (#434)
1 parent 3a91768 commit 7be06de

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

rules/utils.go

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,56 @@ var validMachineTypes = map[string]bool{
128128
"c4-highmem-48": true,
129129
"c4-highmem-96": true,
130130
"c4-highmem-192": true,
131+
// C4D
132+
"c4d-standard-2": true,
133+
"c4d-standard-4": true,
134+
"c4d-standard-8": true,
135+
"c4d-standard-16": true,
136+
"c4d-standard-32": true,
137+
"c4d-standard-48": true,
138+
"c4d-standard-64": true,
139+
"c4d-standard-96": true,
140+
"c4d-standard-192": true,
141+
"c4d-standard-384": true,
142+
"c4d-standard-384-metal": true,
143+
"c4d-standard-8-lssd": true,
144+
"c4d-standard-16-lssd": true,
145+
"c4d-standard-32-lssd": true,
146+
"c4d-standard-48-lssd": true,
147+
"c4d-standard-64-lssd": true,
148+
"c4d-standard-96-lssd": true,
149+
"c4d-standard-192-lssd": true,
150+
"c4d-standard-384-lssd": true,
151+
"c4d-highcpu-2": true,
152+
"c4d-highcpu-4": true,
153+
"c4d-highcpu-8": true,
154+
"c4d-highcpu-16": true,
155+
"c4d-highcpu-32": true,
156+
"c4d-highcpu-48": true,
157+
"c4d-highcpu-64": true,
158+
"c4d-highcpu-96": true,
159+
"c4d-highcpu-192": true,
160+
"c4d-highcpu-384": true,
161+
"c4d-highcpu-384-metal": true,
162+
"c4d-highmem-2": true,
163+
"c4d-highmem-4": true,
164+
"c4d-highmem-8": true,
165+
"c4d-highmem-16": true,
166+
"c4d-highmem-32": true,
167+
"c4d-highmem-48": true,
168+
"c4d-highmem-64": true,
169+
"c4d-highmem-96": true,
170+
"c4d-highmem-192": true,
171+
"c4d-highmem-384": true,
172+
"c4d-highmem-384-metal": true,
173+
"c4d-highmem-8-lssd": true,
174+
"c4d-highmem-16-lssd": true,
175+
"c4d-highmem-32-lssd": true,
176+
"c4d-highmem-48-lssd": true,
177+
"c4d-highmem-64-lssd": true,
178+
"c4d-highmem-96-lssd": true,
179+
"c4d-highmem-192-lssd": true,
180+
"c4d-highmem-384-lssd": true,
131181
// E2
132182
"e2-micro": true,
133183
"e2-small": true,

0 commit comments

Comments
 (0)