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
gkehub: moved `google_gke_hub_feature` from beta to ga
3
+
```
4
+
```release-note:enhancement
5
+
compute: added `dest_address_groups` and `src_address_groups` fields to `google_compute_firewall_policy_rule` and `google_compute_network_firewall_policy_rule`
Description: "Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.",
Description: "Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.",
Description: "Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.",
Description: "Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.",
Description: "Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.",
Description: "Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.",
Copy file name to clipboardExpand all lines: website/docs/r/compute_network_firewall_policy_rule.html.markdown
+8
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,10 @@ The following arguments are supported:
107
107
108
108
The `match` block supports:
109
109
110
+
*`dest_address_groups` -
111
+
(Optional)
112
+
Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
113
+
110
114
*`dest_fqdns` -
111
115
(Optional)
112
116
Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
@@ -127,6 +131,10 @@ The `match` block supports:
127
131
(Required)
128
132
Pairs of IP protocols and ports that the rule should match.
129
133
134
+
*`src_address_groups` -
135
+
(Optional)
136
+
Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
137
+
130
138
*`src_fqdns` -
131
139
(Optional)
132
140
Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
Copy file name to clipboardExpand all lines: website/docs/r/compute_region_network_firewall_policy_rule.html.markdown
+8
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,10 @@ The following arguments are supported:
110
110
111
111
The `match` block supports:
112
112
113
+
*`dest_address_groups` -
114
+
(Optional)
115
+
Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10. Destination address groups is only supported in Egress rules.
116
+
113
117
*`dest_fqdns` -
114
118
(Optional)
115
119
Domain names that will be used to match against the resolved domain name of destination of traffic. Can only be specified if DIRECTION is egress.
@@ -130,6 +134,10 @@ The `match` block supports:
130
134
(Required)
131
135
Pairs of IP protocols and ports that the rule should match.
132
136
137
+
*`src_address_groups` -
138
+
(Optional)
139
+
Address groups which should be matched against the traffic source. Maximum number of source address groups is 10. Source address groups is only supported in Ingress rules.
140
+
133
141
*`src_fqdns` -
134
142
(Optional)
135
143
Domain names that will be used to match against the resolved domain name of source of traffic. Can only be specified if DIRECTION is ingress.
0 commit comments