From ea93c10ff8a1f0222f39d2ab2e87de2213098993 Mon Sep 17 00:00:00 2001 From: Alex Chantavy Date: Fri, 6 Dec 2024 11:14:09 -0800 Subject: [PATCH] docs --- docs/root/modules/aws/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/modules/aws/schema.md b/docs/root/modules/aws/schema.md index 3cf38ef00c..c61788c259 100644 --- a/docs/root/modules/aws/schema.md +++ b/docs/root/modules/aws/schema.md @@ -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. |