Add network scopes to firewall policy rules #20905
Labels
enhancement
forward/review
In review; remove label to forward
service/network-security-distributed-firewall
Community Note
Description
Add source and destination network scopes to firewall policy rules.
This applies to hierarchical firewall policy rules, global network firewall policy rules and regional network firewall policy rules.
New or Affected Resource(s)
Potential Terraform Configuration
This is an example of a
google_compute_firewall_policy_rule
that usesdest_network_scope = "INTERNET"
.Users should be able to configure firewall policy rules with
src_network_scope
anddest_network_scope
. Possible values (ENUM) are:INTERNET
,NON_INTERNET
,VPC_NETWORKS
,INTRA_VPC
.References
The text was updated successfully, but these errors were encountered: