Skip to content

Commit 3a7985e

Browse files
committed
fix
1 parent c233a4c commit 3a7985e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/vpc_acl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "scaleway_vpc_acl" "acl01" {
3939
The following arguments are supported:
4040

4141
- `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.
42+
- `default_policy` - (Optional. Defaults to `accept`) The action to take for packets which do not match any rules.
4343
- `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.
4444
- `rules` - (Optional) The list of Network ACL rules.
4545
- `protocol` - (Optional) The protocol to which this rule applies. Default value: ANY.

0 commit comments

Comments
 (0)