Wizard: Add firewall to on-prem mapper

This adds firewall to on-prem mapper.
This commit is contained in:
regexowl 2025-01-20 15:47:23 +01:00 committed by Klara Simickova
parent 4a6ea06b7a
commit 73e7a51ab0
2 changed files with 19 additions and 0 deletions

View file

@ -169,6 +169,7 @@ export const mapOnPremToHosted = (
append: blueprint.customizations.kernel.append,
}
: undefined,
firewall: blueprint.customizations?.firewall || undefined,
},
metadata: {
parent_id: null,