Skip to content

Commit

Permalink
fix typo 2 in schema doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmm-lyft committed Dec 6, 2024
1 parent 6c9fd9a commit 1435ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/root/modules/aws/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ For additional explanation see https://docs.aws.amazon.com/vpc/latest/userguide/
| fromport | First port in the range that this rule applies to |
| toport | Last port in the range that this rule applies to |
| cidrblock | The IPv4 network range to allow or deny, in CIDR notation. |
| Ipv6CidrBlock | The IPv6 network range to allow or deny, in CIDR notation. You must specify an IPv4 CIDR block or an IPv6 CIDR block. |
| ipv6CidrBlock | The IPv6 network range to allow or deny, in CIDR notation. You must specify an IPv4 CIDR block or an IPv6 CIDR block. |
| egress | Indicates whether the rule is an egress rule (applied to traffic leaving the subnet). |
| rulenumber | The rule number for the entry. ACL entries are processed in ascending order by rule number. |
| ruleaction | Indicates whether to `allow` or `den` the traffic that matches the rule. |
Expand Down

0 comments on commit 1435ddb

Please sign in to comment.