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 8970f29 commit f336b5aCopy full SHA for f336b5a
rules/utils.go
@@ -121,5 +121,6 @@ func isCustomType(machineType string) bool {
121
return strings.HasPrefix(machineType, "e2-custom-") ||
122
strings.HasPrefix(machineType, "n2-custom-") ||
123
strings.HasPrefix(machineType, "n2d-custom-") ||
124
- strings.HasPrefix(machineType, "n1-custom-")
+ strings.HasPrefix(machineType, "n1-custom-") ||
125
+ strings.HasPrefix(machineType, "custom-")
126
}
0 commit comments