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
Copy file name to clipboardExpand all lines: website/docs/r/network_acl_rule.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ The following arguments are supported:
48
48
49
49
The `rule` block supports:
50
50
51
+
*`rule_number` - (Optional) The number of the ACL item used to order the ACL rules. The ACL rule with the lowest number has the highest priority. If not specified, the ACL item will be created with a number one greater than the highest numbered rule.
52
+
51
53
*`action` - (Optional) The action for the rule. Valid options are: `allow` and
52
54
`deny` (defaults allow).
53
55
@@ -68,6 +70,8 @@ The `rule` block supports:
68
70
*`traffic_type` - (Optional) The traffic type for the rule. Valid options are:
69
71
`ingress` or `egress` (defaults ingress).
70
72
73
+
*`description` - (Optional) A description indicating why the ACL rule is required.
0 commit comments