Skip to content

Commit 2429aed

Browse files
add missing n4 instance types (#357)
Co-authored-by: sebastiandero <sebastiandero@users.noreply.github.com>
1 parent 4e4be2a commit 2429aed

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

rules/utils.go

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,33 @@ var validMachineTypes = map[string]bool{
221221
"n2d-highcpu-96": true,
222222
"n2d-highcpu-128": true,
223223
"n2d-highcpu-224": true,
224+
225+
//n4
226+
"n4-standard-2": true,
227+
"n4-standard-4": true,
228+
"n4-standard-8": true,
229+
"n4-standard-16": true,
230+
"n4-standard-32": true,
231+
"n4-standard-48": true,
232+
"n4-standard-64": true,
233+
"n4-standard-80": true,
234+
"n4-highcpu-2": true,
235+
"n4-highcpu-4": true,
236+
"n4-highcpu-8": true,
237+
"n4-highcpu-16": true,
238+
"n4-highcpu-32": true,
239+
"n4-highcpu-48": true,
240+
"n4-highcpu-64": true,
241+
"n4-highcpu-80": true,
242+
"n4-highmem-2": true,
243+
"n4-highmem-4": true,
244+
"n4-highmem-8": true,
245+
"n4-highmem-16": true,
246+
"n4-highmem-32": true,
247+
"n4-highmem-48": true,
248+
"n4-highmem-64": true,
249+
"n4-highmem-80": true,
250+
224251
// T2
225252
"t2a-standard-1": true,
226253
"t2a-standard-2": true,

0 commit comments

Comments
 (0)