Wizard: Add firewall to on-prem mapper
This adds firewall to on-prem mapper.
This commit is contained in:
parent
4a6ea06b7a
commit
73e7a51ab0
2 changed files with 19 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ export const mapOnPremToHosted = (
|
|||
append: blueprint.customizations.kernel.append,
|
||||
}
|
||||
: undefined,
|
||||
firewall: blueprint.customizations?.firewall || undefined,
|
||||
},
|
||||
metadata: {
|
||||
parent_id: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue