You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reverse engineer existing security policy with zbfw, and it seems that support is missing for the unified policies.
One difference that I see on API level is that zone-pair assignment is moved from (in TF terms) sdwan_zone_based_firewall_policy_definition resource to the sdwan_security_policy:
API object:
at the same time, apply_zone_pairs now is not a part of sdwan_zone_based_firewall_policy_definition when it's used in the unified security policy, but it fails with the error:
Error: Missing required argument
on sdwan-tf-import-main.tf line 22461, in resource "sdwan_zone_based_firewall_policy_definition" "AA-RulesSet-DIA":
22461: resource "sdwan_zone_based_firewall_policy_definition" "AA-RulesSet-DIA" {
The argument "apply_zone_pairs" is required, but no definition was found.
some other things may be missing/changed but cannot verify until at least this is fixed
The text was updated successfully, but these errors were encountered:
I'm trying to reverse engineer existing security policy with zbfw, and it seems that support is missing for the unified policies.
One difference that I see on API level is that zone-pair assignment is moved from (in TF terms) sdwan_zone_based_firewall_policy_definition resource to the sdwan_security_policy:
API object:
but this option is missing in the resource schema
at the same time, apply_zone_pairs now is not a part of
sdwan_zone_based_firewall_policy_definition
when it's used in the unified security policy, but it fails with the error:some other things may be missing/changed but cannot verify until at least this is fixed
The text was updated successfully, but these errors were encountered: