We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f416e3 commit c3bf865Copy full SHA for c3bf865
1 file changed
dist/js/main.js
@@ -31,9 +31,9 @@ let urlVersion = '1'
31
let configVersion = '1'
32
33
const netsizePatterns = {
34
- Standard: '^([0-9]|[12][0-9]|3[0-2])$',
35
- AZURE: '^([0-9]|[12][0-9])$',
36
- AWS: '^([0-9]|[12][0-8])$',
+ Standard: '^([12]?[0-9]|3[0-2])$',
+ AZURE: '^([12]?[0-9])$',
+ AWS: '^(1?[0-9]|2[0-8])$',
37
};
38
39
const minSubnetSizes = {
0 commit comments