Skip to content

Commit a3ce2a8

Browse files
chore: include schematics IPs (#1159)
Co-authored-by: ludwig-mueller <[email protected]>
1 parent 5dfbb04 commit a3ce2a8

File tree

1 file changed

+136
-1
lines changed

1 file changed

+136
-1
lines changed

modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl

Lines changed: 136 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
"port_min": 22
400400
}
401401
},
402-
{
402+
{
403403
"name": "allow-ssh-inbound-schematics28",
404404
"direction": "inbound",
405405
"source": "163.75.88.96/32",
@@ -408,6 +408,141 @@
408408
"port_min": 22
409409
}
410410
},
411+
{
412+
"name": "allow-ssh-inbound-schematics29",
413+
"direction": "inbound",
414+
"source": "52.117.126.44/32",
415+
"tcp": {
416+
"port_max": 22,
417+
"port_min": 22
418+
}
419+
},
420+
{
421+
"name": "allow-ssh-inbound-schematics30",
422+
"direction": "inbound",
423+
"source": "169.59.190.179/32",
424+
"tcp": {
425+
"port_max": 22,
426+
"port_min": 22
427+
}
428+
},
429+
{
430+
"name": "allow-ssh-inbound-schematics31",
431+
"direction": "inbound",
432+
"source": "169.63.103.233/32",
433+
"tcp": {
434+
"port_max": 22,
435+
"port_min": 22
436+
}
437+
},
438+
{
439+
"name": "allow-ssh-inbound-schematics32",
440+
"direction": "inbound",
441+
"source": "67.18.90.188/32",
442+
"tcp": {
443+
"port_max": 22,
444+
"port_min": 22
445+
}
446+
},
447+
{
448+
"name": "allow-ssh-inbound-schematics33",
449+
"direction": "inbound",
450+
"source": "52.116.193.125/32",
451+
"tcp": {
452+
"port_max": 22,
453+
"port_min": 22
454+
}
455+
},
456+
{
457+
"name": "allow-ssh-inbound-schematics34",
458+
"direction": "inbound",
459+
"source": "52.118.145.125/32",
460+
"tcp": {
461+
"port_max": 22,
462+
"port_min": 22
463+
}
464+
},
465+
{
466+
"name": "allow-ssh-inbound-schematics35",
467+
"direction": "inbound",
468+
"source": "158.176.179.166/32",
469+
"tcp": {
470+
"port_max": 22,
471+
"port_min": 22
472+
}
473+
},
474+
{
475+
"name": "allow-ssh-inbound-schematics36",
476+
"direction": "inbound",
477+
"source": "141.125.162.185/32",
478+
"tcp": {
479+
"port_max": 22,
480+
"port_min": 22
481+
}
482+
},
483+
{
484+
"name": "allow-ssh-inbound-schematics37",
485+
"direction": "inbound",
486+
"source": "158.175.188.210/32",
487+
"tcp": {
488+
"port_max": 22,
489+
"port_min": 22
490+
}
491+
},
492+
{
493+
"name": "allow-ssh-inbound-schematics38",
494+
"direction": "inbound",
495+
"source": "149.81.15.201/32",
496+
"tcp": {
497+
"port_max": 22,
498+
"port_min": 22
499+
}
500+
},
501+
{
502+
"name": "allow-ssh-inbound-schematics39",
503+
"direction": "inbound",
504+
"source": "158.176.1.26/32",
505+
"tcp": {
506+
"port_max": 22,
507+
"port_min": 22
508+
}
509+
},
510+
{
511+
"name": "allow-ssh-inbound-schematics40",
512+
"direction": "inbound",
513+
"source": "149.81.159.90/32",
514+
"tcp": {
515+
"port_max": 22,
516+
"port_min": 22
517+
}
518+
},
519+
{
520+
"name": "allow-ssh-inbound-schematics41",
521+
"direction": "inbound",
522+
"source": "64.5.41.76/32",
523+
"tcp": {
524+
"port_max": 22,
525+
"port_min": 22
526+
}
527+
},
528+
{
529+
"name": "allow-ssh-inbound-schematics42",
530+
"direction": "inbound",
531+
"source": "64.5.47.225/32",
532+
"tcp": {
533+
"port_max": 22,
534+
"port_min": 22
535+
}
536+
},
537+
{
538+
"name": "allow-ssh-inbound-schematics43",
539+
"direction": "inbound",
540+
"source": "64.5.49.94/32",
541+
"tcp": {
542+
"port_max": 22,
543+
"port_min": 22
544+
}
545+
},
411546
%{ if "${external_access_ip}" != "" && "${external_access_ip}" != null }
412547
{
413548
"direction": "inbound",

0 commit comments

Comments
 (0)