From c745377295adf0ed7ce94f390386b31141548de4 Mon Sep 17 00:00:00 2001 From: Trilochan Pandey Date: Thu, 31 Jul 2025 16:36:56 +0530 Subject: [PATCH] chore: Toronto Public ip added --- .../presets/slz-preset.json.tftpl | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl b/modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl index 212e367e..b2a06d07 100644 --- a/modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl +++ b/modules/powervs-vpc-landing-zone/presets/slz-preset.json.tftpl @@ -381,6 +381,33 @@ "port_min": 22 } }, + { + "name": "allow-ssh-inbound-schematics26", + "direction": "inbound", + "source": "163.74.95.217/32", + "tcp": { + "port_max": 22, + "port_min": 22 + } + }, + { + "name": "allow-ssh-inbound-schematics27", + "direction": "inbound", + "source": "163.66.91.30/32", + "tcp": { + "port_max": 22, + "port_min": 22 + } + }, + { + "name": "allow-ssh-inbound-schematics28", + "direction": "inbound", + "source": "163.75.88.96/32", + "tcp": { + "port_max": 22, + "port_min": 22 + } + }, %{ if "${external_access_ip}" != "" && "${external_access_ip}" != null } { "direction": "inbound",