Skip to content

Commit 252c4b0

Browse files
authored
chore: Toronto Public ip added (#1125)
1 parent fa2d2c6 commit 252c4b0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,33 @@
381381
"port_min": 22
382382
}
383383
},
384+
{
385+
"name": "allow-ssh-inbound-schematics26",
386+
"direction": "inbound",
387+
"source": "163.74.95.217/32",
388+
"tcp": {
389+
"port_max": 22,
390+
"port_min": 22
391+
}
392+
},
393+
{
394+
"name": "allow-ssh-inbound-schematics27",
395+
"direction": "inbound",
396+
"source": "163.66.91.30/32",
397+
"tcp": {
398+
"port_max": 22,
399+
"port_min": 22
400+
}
401+
},
402+
{
403+
"name": "allow-ssh-inbound-schematics28",
404+
"direction": "inbound",
405+
"source": "163.75.88.96/32",
406+
"tcp": {
407+
"port_max": 22,
408+
"port_min": 22
409+
}
410+
},
384411
%{ if "${external_access_ip}" != "" && "${external_access_ip}" != null }
385412
{
386413
"direction": "inbound",

0 commit comments

Comments
 (0)