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
src_network_id = xxxx
dst_firewall_group_ids = xxxxx
Port group? ?
logging = false
}
The dst_port won't work, as it is only for individual ports, not for port groups
The text was updated successfully, but these errors were encountered:
This is still working, although not well documented.
Place in the source and destination port groups in the dst_firewall_group_ids and src_firewall_group_ids.
e.g.
src_network_id = [66cc70ad77b1073f6dc639e6, 66cc70ad77b1073f6dc639e5]
dst_firewall_group_ids is fine, but I would also like to include the port group
for example
resource "unifi_firewall_rule" "xxxx" {
name = "xxxx"
action = "accept"
ruleset = "LAN_IN"
enabled = true
rule_index = xxxxx
protocol = "all"
src_network_id = xxxx
dst_firewall_group_ids = xxxxx
Port group? ?
logging = false
}
The dst_port won't work, as it is only for individual ports, not for port groups
The text was updated successfully, but these errors were encountered: