We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c233a4c commit 3a7985eCopy full SHA for 3a7985e
docs/resources/vpc_acl.md
@@ -39,7 +39,7 @@ resource "scaleway_vpc_acl" "acl01" {
39
The following arguments are supported:
40
41
- `vpc_id` - (Required) The VPC ID the ACL belongs to.
42
-- `default_policy` - (Optional, Defaults to `accept) The action to take for packets which do not match any rules.
+- `default_policy` - (Optional. Defaults to `accept`) The action to take for packets which do not match any rules.
43
- `is_ipv6` - (Optional) Defines whether this set of ACL rules is for IPv6 (false = IPv4). Each Network ACL can have rules for only one IP type.
44
- `rules` - (Optional) The list of Network ACL rules.
45
- `protocol` - (Optional) The protocol to which this rule applies. Default value: ANY.
0 commit comments